Html Css Color HEX #BBC970 Wild Willow

📋 copy color: '#BBC970'

red 187 ◦ green 201 ◦ blue 112

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

Shades of Wild Willow #BBC970

Tints of Wild Willow #BBC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.2%

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 37.4%
G = 40.2%
B = 22.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#BBC970 (or 0xBBC970) is known color: Wild Willow. HEX triplet: BB, C9 and 70. RGB value is (187,201,112). Sum of RGB (Red+Green+Blue) = 187+201+112=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC970 is #44368F. Grayscale: #BBBBBB. Windows color (decimal): -4470416 or 7391675. OLE color: 7391675.

HSL color Cylindrical-coordinate representation of color #BBC970: hue angle of 69.44º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBC970 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 112 -
CMYK 0.07 0 0.44 0.21
HSL 69.44º 0.45% 0.61% -
HSV(B) 69.44º 0.44% 0.79% -
XYZ 44.3 53.51 23.32 -
YUV 186.67 85.86 128.24 -
System Red Green Blue C M Y K H S L
Decimal 187 201 112 0.07 0 0.44 0.21 69.44 0.45 0.61
Hex BB C9 70 7 0 2C 15 45 2D 3D
Octal 273 311 160 7 0 54 25 105 55 75
Binary 10111011 11001001 1110000 111 0 101100 10101 1000101 101101 111101

Color Harmonies of #BBC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC970

Black with #BBC970

Text Example


Text Example

White with #BBC970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC970; }

 p { color: rgb(187,201,112); }

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

background-color css

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

 a { background-color: rgb(187,201,112); }

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

border-color css

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

 span { border-color: rgb(187,201,112); }

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