Html Css Color HEX #BBC965 Wild Willow

📋 copy color: '#BBC965'

red 187 ◦ green 201 ◦ blue 101

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

Shades of Wild Willow #BBC965

Tints of Wild Willow #BBC965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.65%

R = 38.24%
G = 41.1%
B = 20.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#BBC965 (or 0xBBC965) is known color: Wild Willow. HEX triplet: BB, C9 and 65. RGB value is (187,201,101). Sum of RGB (Red+Green+Blue) = 187+201+101=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC965 is #44369A. Grayscale: #B9B9B9. Windows color (decimal): -4470427 or 6670779. OLE color: 6670779.

HSL color Cylindrical-coordinate representation of color #BBC965: hue angle of 68.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBC965 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 101 -
CMYK 0.07 0 0.50 0.21
HSL 68.4º 0.48% 0.59% -
HSV(B) 68.4º 0.5% 0.79% -
XYZ 43.73 53.28 20.29 -
YUV 185.41 80.36 129.13 -
System Red Green Blue C M Y K H S L
Decimal 187 201 101 0.07 0 0.50 0.21 68.4 0.48 0.59
Hex BB C9 65 7 0 32 15 44 30 3B
Octal 273 311 145 7 0 62 25 104 60 73
Binary 10111011 11001001 1100101 111 0 110010 10101 1000100 110000 111011

Color Harmonies of #BBC965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC965

Black with #BBC965

Text Example


Text Example

White with #BBC965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC965; }

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

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

background-color css

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

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

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

border-color css

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

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

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