Html Css Color HEX #BBD073 Wild Willow

📋 copy color: '#BBD073'

red 187 ◦ green 208 ◦ blue 115

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

Shades of Wild Willow #BBD073

Tints of Wild Willow #BBD073

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.78%

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 36.67%
G = 40.78%
B = 22.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#BBD073 (or 0xBBD073) is known color: Wild Willow. HEX triplet: BB, D0 and 73. RGB value is (187,208,115). Sum of RGB (Red+Green+Blue) = 187+208+115=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD073 is #442F8C. Grayscale: #BFBFBF. Windows color (decimal): -4468621 or 7590075. OLE color: 7590075.

HSL color Cylindrical-coordinate representation of color #BBD073: hue angle of 73.55º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBD073 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 115 -
CMYK 0.10 0 0.45 0.18
HSL 73.55º 0.5% 0.63% -
HSV(B) 73.55º 0.45% 0.82% -
XYZ 46.14 56.91 24.77 -
YUV 191.12 85.04 125.06 -
System Red Green Blue C M Y K H S L
Decimal 187 208 115 0.10 0 0.45 0.18 73.55 0.5 0.63
Hex BB D0 73 A 0 2D 12 4A 32 3F
Octal 273 320 163 12 0 55 22 112 62 77
Binary 10111011 11010000 1110011 1010 0 101101 10010 1001010 110010 111111

Color Harmonies of #BBD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD073

Black with #BBD073

Text Example


Text Example

White with #BBD073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD073; }

 p { color: rgb(187,208,115); }

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

background-color css

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

 a { background-color: rgb(187,208,115); }

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

border-color css

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

 span { border-color: rgb(187,208,115); }

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