Html Css Color HEX #BBD962 Wild Willow

📋 copy color: '#BBD962'

red 187 ◦ green 217 ◦ blue 98

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

Shades of Wild Willow #BBD962

Tints of Wild Willow #BBD962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.23%

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

R = 37.25%
G = 43.23%
B = 19.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#BBD962 (or 0xBBD962) is known color: Wild Willow. HEX triplet: BB, D9 and 62. RGB value is (187,217,98). Sum of RGB (Red+Green+Blue) = 187+217+98=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD962 is #44269D. Grayscale: #C2C2C2. Windows color (decimal): -4466334 or 6478267. OLE color: 6478267.

HSL color Cylindrical-coordinate representation of color #BBD962: hue angle of 75.13º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBD962 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 98 -
CMYK 0.14 0 0.55 0.15
HSL 75.13º 0.61% 0.62% -
HSV(B) 75.13º 0.55% 0.85% -
XYZ 47.51 61.07 20.84 -
YUV 194.46 73.56 122.68 -
System Red Green Blue C M Y K H S L
Decimal 187 217 98 0.14 0 0.55 0.15 75.13 0.61 0.62
Hex BB D9 62 E 0 37 F 4B 3D 3E
Octal 273 331 142 16 0 67 17 113 75 76
Binary 10111011 11011001 1100010 1110 0 110111 1111 1001011 111101 111110

Color Harmonies of #BBD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD962

Black with #BBD962

Text Example


Text Example

White with #BBD962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD962; }

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

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

background-color css

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

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

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

border-color css

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

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

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