Html Css Color HEX #BDDA72 Sulu

📋 copy color: '#BDDA72'

red 189 ◦ green 218 ◦ blue 114

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

Shades of Sulu #BDDA72

Tints of Sulu #BDDA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.88%

R = 36.28%
G = 41.84%
B = 21.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#BDDA72 (or 0xBDDA72) is known color: Sulu. HEX triplet: BD, DA and 72. RGB value is (189,218,114). Sum of RGB (Red+Green+Blue) = 189+218+114=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA72 is #42258D. Grayscale: #C5C5C5. Windows color (decimal): -4334990 or 7527101. OLE color: 7527101.

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

Color convert

RGB 189 218 114 -
CMYK 0.13 0 0.48 0.15
HSL 76.73º 0.58% 0.65% -
HSV(B) 76.73º 0.48% 0.85% -
XYZ 49.09 62.18 25.33 -
YUV 197.47 80.89 121.96 -
System Red Green Blue C M Y K H S L
Decimal 189 218 114 0.13 0 0.48 0.15 76.73 0.58 0.65
Hex BD DA 72 D 0 30 F 4D 3A 41
Octal 275 332 162 15 0 60 17 115 72 101
Binary 10111101 11011010 1110010 1101 0 110000 1111 1001101 111010 1000001

Color Harmonies of #BDDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA72

Black with #BDDA72

Text Example


Text Example

White with #BDDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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