Html Css Color HEX #BDDC77 Sulu

📋 copy color: '#BDDC77'

red 189 ◦ green 220 ◦ blue 119

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

Shades of Sulu #BDDC77

Tints of Sulu #BDDC77

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

 BLUE value IS 119 (46.88% from 255) = 22.54%

R = 35.8%
G = 41.67%
B = 22.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#BDDC77 (or 0xBDDC77) is known color: Sulu. HEX triplet: BD, DC and 77. RGB value is (189,220,119). Sum of RGB (Red+Green+Blue) = 189+220+119=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC77 is #422388. Grayscale: #C7C7C7. Windows color (decimal): -4334473 or 7855293. OLE color: 7855293.

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

Color convert

RGB 189 220 119 -
CMYK 0.14 0 0.46 0.14
HSL 78.42º 0.59% 0.66% -
HSV(B) 78.42º 0.46% 0.86% -
XYZ 49.91 63.34 27.05 -
YUV 199.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 189 220 119 0.14 0 0.46 0.14 78.42 0.59 0.66
Hex BD DC 77 E 0 2E E 4E 3B 42
Octal 275 334 167 16 0 56 16 116 73 102
Binary 10111101 11011100 1110111 1110 0 101110 1110 1001110 111011 1000010

Color Harmonies of #BDDC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC77

Black with #BDDC77

Text Example


Text Example

White with #BDDC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC77; }

 p { color: rgb(189,220,119); }

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

background-color css

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

 a { background-color: rgb(189,220,119); }

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

border-color css

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

 span { border-color: rgb(189,220,119); }

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