Html Css Color HEX #BBCC6F Wild Willow

📋 copy color: '#BBCC6F'

red 187 ◦ green 204 ◦ blue 111

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

Shades of Wild Willow #BBCC6F

Tints of Wild Willow #BBCC6F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.64%

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 37.25%
G = 40.64%
B = 22.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#BBCC6F (or 0xBBCC6F) is known color: Wild Willow. HEX triplet: BB, CC and 6F. RGB value is (187,204,111). Sum of RGB (Red+Green+Blue) = 187+204+111=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC6F is #443390. Grayscale: #BCBCBC. Windows color (decimal): -4469649 or 7326907. OLE color: 7326907.

HSL color Cylindrical-coordinate representation of color #BBCC6F: hue angle of 70.97º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBCC6F is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 111 -
CMYK 0.08 0 0.46 0.2
HSL 70.97º 0.48% 0.62% -
HSV(B) 70.97º 0.46% 0.8% -
XYZ 44.96 54.9 23.27 -
YUV 188.32 84.37 127.06 -
System Red Green Blue C M Y K H S L
Decimal 187 204 111 0.08 0 0.46 0.2 70.97 0.48 0.62
Hex BB CC 6F 8 0 2E 14 47 30 3E
Octal 273 314 157 10 0 56 24 107 60 76
Binary 10111011 11001100 1101111 1000 0 101110 10100 1000111 110000 111110

Color Harmonies of #BBCC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC6F

Black with #BBCC6F

Text Example


Text Example

White with #BBCC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC6F; }

 p { color: rgb(187,204,111); }

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

background-color css

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

 a { background-color: rgb(187,204,111); }

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

border-color css

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

 span { border-color: rgb(187,204,111); }

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