Html Css Color HEX #BDDB70 Sulu

📋 copy color: '#BDDB70'

red 189 ◦ green 219 ◦ blue 112

#BDDB70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BDDB70

Tints of Sulu #BDDB70

RGB

 RED value IS 189 (74.22% from 255) = 36.35%

 GREEN value IS 219 (85.94% from 255) = 42.12%

 BLUE value IS 112 (44.14% from 255) = 21.54%

R = 36.35%
G = 42.12%
B = 21.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDDB70 (or 0xBDDB70) is known color: Sulu. HEX triplet: BD, DB and 70. RGB value is (189,219,112). Sum of RGB (Red+Green+Blue) = 189+219+112=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB70 is #42248F. Grayscale: #C6C6C6. Windows color (decimal): -4334736 or 7396285. OLE color: 7396285.

HSL color Cylindrical-coordinate representation of color #BDDB70: hue angle of 76.82º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDDB70 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 112 -
CMYK 0.14 0 0.49 0.14
HSL 76.82º 0.6% 0.65% -
HSV(B) 76.82º 0.49% 0.86% -
XYZ 49.24 62.65 24.83 -
YUV 197.83 79.56 121.7 -
System Red Green Blue C M Y K H S L
Decimal 189 219 112 0.14 0 0.49 0.14 76.82 0.6 0.65
Hex BD DB 70 E 0 31 E 4D 3C 41
Octal 275 333 160 16 0 61 16 115 74 101
Binary 10111101 11011011 1110000 1110 0 110001 1110 1001101 111100 1000001

Color Harmonies of #BDDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDB70

Black with #BDDB70

Text Example


Text Example

White with #BDDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDB70; }

 p { color: rgb(189,219,112); }

 H1.HeaderClassName
 {
   color: #BDDB70;
 }
 .AnyTagClassName
 {
   color: #BDDB70;
 }
</style>

background-color css

<style>
 a { background-color: #BDDB70; }

 a { background-color: rgb(189,219,112); }

 div.DivClassName
 {
   background-color: #BDDB70;
 }
 .BgClassName
 {
   background-color: #BDDB70;
 }
</style>

border-color css

<style>
 span { border-color: #BDDB70; }

 span { border-color: rgb(189,219,112); }

 td.TdClassName
 {
   border-color: #BDDB70;
 }
 .TagClassName
 {
   border-color: #BDDB70;
 }
</style>