Html Css Color HEX #BBCD72 Wild Willow

📋 copy color: '#BBCD72'

red 187 ◦ green 205 ◦ blue 114

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

Shades of Wild Willow #BBCD72

Tints of Wild Willow #BBCD72

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.51%

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

R = 36.96%
G = 40.51%
B = 22.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#BBCD72 (or 0xBBCD72) is known color: Wild Willow. HEX triplet: BB, CD and 72. RGB value is (187,205,114). Sum of RGB (Red+Green+Blue) = 187+205+114=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD72 is #44328D. Grayscale: #BDBDBD. Windows color (decimal): -4469390 or 7523771. OLE color: 7523771.

HSL color Cylindrical-coordinate representation of color #BBCD72: hue angle of 71.87º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBCD72 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 114 -
CMYK 0.09 0 0.44 0.20
HSL 71.87º 0.48% 0.63% -
HSV(B) 71.87º 0.44% 0.8% -
XYZ 45.36 55.44 24.23 -
YUV 189.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 187 205 114 0.09 0 0.44 0.20 71.87 0.48 0.63
Hex BB CD 72 9 0 2C 14 48 30 3F
Octal 273 315 162 11 0 54 24 110 60 77
Binary 10111011 11001101 1110010 1001 0 101100 10100 1001000 110000 111111

Color Harmonies of #BBCD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD72

Black with #BBCD72

Text Example


Text Example

White with #BBCD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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