Html Css Color HEX #BDDA76 Sulu

📋 copy color: '#BDDA76'

red 189 ◦ green 218 ◦ blue 118

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

Shades of Sulu #BDDA76

Tints of Sulu #BDDA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.52%

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

R = 36%
G = 41.52%
B = 22.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#BDDA76 (or 0xBDDA76) is known color: Sulu. HEX triplet: BD, DA and 76. RGB value is (189,218,118). Sum of RGB (Red+Green+Blue) = 189+218+118=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA76 is #422589. Grayscale: #C6C6C6. Windows color (decimal): -4334986 or 7789245. OLE color: 7789245.

HSL color Cylindrical-coordinate representation of color #BDDA76: hue angle of 77.4º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDDA76 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 218 118 -
CMYK 0.13 0 0.46 0.15
HSL 77.4º 0.57% 0.66% -
HSV(B) 77.4º 0.46% 0.85% -
XYZ 49.33 62.27 26.56 -
YUV 197.93 82.89 121.63 -
System Red Green Blue C M Y K H S L
Decimal 189 218 118 0.13 0 0.46 0.15 77.4 0.57 0.66
Hex BD DA 76 D 0 2E F 4D 39 42
Octal 275 332 166 15 0 56 17 115 71 102
Binary 10111101 11011010 1110110 1101 0 101110 1111 1001101 111001 1000010

Color Harmonies of #BDDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA76

Black with #BDDA76

Text Example


Text Example

White with #BDDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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