Html Css Color HEX #BBD072 Wild Willow

📋 copy color: '#BBD072'

red 187 ◦ green 208 ◦ blue 114

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

Shades of Wild Willow #BBD072

Tints of Wild Willow #BBD072

RGB

 RED value IS 187 (73.44% from 255) = 36.74%

 GREEN value IS 208 (81.64% from 255) = 40.86%

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

R = 36.74%
G = 40.86%
B = 22.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#BBD072 (or 0xBBD072) is known color: Wild Willow. HEX triplet: BB, D0 and 72. RGB value is (187,208,114). Sum of RGB (Red+Green+Blue) = 187+208+114=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD072 is #442F8D. Grayscale: #BFBFBF. Windows color (decimal): -4468622 or 7524539. OLE color: 7524539.

HSL color Cylindrical-coordinate representation of color #BBD072: hue angle of 73.4º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBD072 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 114 -
CMYK 0.10 0 0.45 0.18
HSL 73.4º 0.5% 0.63% -
HSV(B) 73.4º 0.45% 0.82% -
XYZ 46.09 56.89 24.47 -
YUV 191.01 84.54 125.14 -
System Red Green Blue C M Y K H S L
Decimal 187 208 114 0.10 0 0.45 0.18 73.4 0.5 0.63
Hex BB D0 72 A 0 2D 12 49 32 3F
Octal 273 320 162 12 0 55 22 111 62 77
Binary 10111011 11010000 1110010 1010 0 101101 10010 1001001 110010 111111

Color Harmonies of #BBD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD072

Black with #BBD072

Text Example


Text Example

White with #BBD072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD072; }

 p { color: rgb(187,208,114); }

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

background-color css

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

 a { background-color: rgb(187,208,114); }

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

border-color css

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

 span { border-color: rgb(187,208,114); }

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