Html Css Color HEX #BBC062 Wild Willow

📋 copy color: '#BBC062'

red 187 ◦ green 192 ◦ blue 98

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

Shades of Wild Willow #BBC062

Tints of Wild Willow #BBC062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.25%

 BLUE value IS 98 (38.67% from 255) = 20.55%

R = 39.2%
G = 40.25%
B = 20.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BBC062 (or 0xBBC062) is known color: Wild Willow. HEX triplet: BB, C0 and 62. RGB value is (187,192,98). Sum of RGB (Red+Green+Blue) = 187+192+98=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC062 is #443F9D. Grayscale: #B4B4B4. Windows color (decimal): -4472734 or 6471867. OLE color: 6471867.

HSL color Cylindrical-coordinate representation of color #BBC062: hue angle of 63.19º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBC062 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 98 -
CMYK 0.03 0 0.49 0.25
HSL 63.19º 0.43% 0.57% -
HSV(B) 63.19º 0.49% 0.75% -
XYZ 41.55 49.15 18.85 -
YUV 179.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 187 192 98 0.03 0 0.49 0.25 63.19 0.43 0.57
Hex BB C0 62 3 0 31 19 3F 2B 39
Octal 273 300 142 3 0 61 31 77 53 71
Binary 10111011 11000000 1100010 11 0 110001 11001 111111 101011 111001

Color Harmonies of #BBC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC062

Black with #BBC062

Text Example


Text Example

White with #BBC062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC062; }

 p { color: rgb(187,192,98); }

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

background-color css

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

 a { background-color: rgb(187,192,98); }

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

border-color css

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

 span { border-color: rgb(187,192,98); }

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