Html Css Color HEX #BDDC76 Sulu

📋 copy color: '#BDDC76'

red 189 ◦ green 220 ◦ blue 118

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

Shades of Sulu #BDDC76

Tints of Sulu #BDDC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.39%

R = 35.86%
G = 41.75%
B = 22.39%

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

#BDDC76 (or 0xBDDC76) is known color: Sulu. HEX triplet: BD, DC and 76. RGB value is (189,220,118). Sum of RGB (Red+Green+Blue) = 189+220+118=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC76 is #422389. Grayscale: #C7C7C7. Windows color (decimal): -4334474 or 7789757. OLE color: 7789757.

HSL color Cylindrical-coordinate representation of color #BDDC76: hue angle of 78.24º 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 #BDDC76 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 118 -
CMYK 0.14 0 0.46 0.14
HSL 78.24º 0.59% 0.66% -
HSV(B) 78.24º 0.46% 0.86% -
XYZ 49.85 63.31 26.73 -
YUV 199.1 82.23 120.79 -
System Red Green Blue C M Y K H S L
Decimal 189 220 118 0.14 0 0.46 0.14 78.24 0.59 0.66
Hex BD DC 76 E 0 2E E 4E 3B 42
Octal 275 334 166 16 0 56 16 116 73 102
Binary 10111101 11011100 1110110 1110 0 101110 1110 1001110 111011 1000010

Color Harmonies of #BDDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDC76

Black with #BDDC76

Text Example


Text Example

White with #BDDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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