Html Css Color HEX #BDDF76 Sulu

📋 copy color: '#BDDF76'

red 189 ◦ green 223 ◦ blue 118

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

Shades of Sulu #BDDF76

Tints of Sulu #BDDF76

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.08%

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

R = 35.66%
G = 42.08%
B = 22.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#BDDF76 (or 0xBDDF76) is known color: Sulu. HEX triplet: BD, DF and 76. RGB value is (189,223,118). Sum of RGB (Red+Green+Blue) = 189+223+118=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF76 is #422089. Grayscale: #C9C9C9. Windows color (decimal): -4333706 or 7790525. OLE color: 7790525.

HSL color Cylindrical-coordinate representation of color #BDDF76: hue angle of 79.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDDF76 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 118 -
CMYK 0.15 0 0.47 0.13
HSL 79.43º 0.62% 0.67% -
HSV(B) 79.43º 0.47% 0.87% -
XYZ 50.64 64.9 27 -
YUV 200.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 189 223 118 0.15 0 0.47 0.13 79.43 0.62 0.67
Hex BD DF 76 F 0 2F D 4F 3E 43
Octal 275 337 166 17 0 57 15 117 76 103
Binary 10111101 11011111 1110110 1111 0 101111 1101 1001111 111110 1000011

Color Harmonies of #BDDF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF76

Black with #BDDF76

Text Example


Text Example

White with #BDDF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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