Html Css Color HEX #BBCC70 Wild Willow

📋 copy color: '#BBCC70'

red 187 ◦ green 204 ◦ blue 112

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

Shades of Wild Willow #BBCC70

Tints of Wild Willow #BBCC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.27%

R = 37.18%
G = 40.56%
B = 22.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#BBCC70 (or 0xBBCC70) is known color: Wild Willow. HEX triplet: BB, CC and 70. RGB value is (187,204,112). Sum of RGB (Red+Green+Blue) = 187+204+112=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCC70 is #44338F. Grayscale: #BCBCBC. Windows color (decimal): -4469648 or 7392443. OLE color: 7392443.

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

Color convert

RGB 187 204 112 -
CMYK 0.08 0 0.45 0.2
HSL 71.09º 0.47% 0.62% -
HSV(B) 71.09º 0.45% 0.8% -
XYZ 45.01 54.92 23.56 -
YUV 188.43 84.87 126.98 -
System Red Green Blue C M Y K H S L
Decimal 187 204 112 0.08 0 0.45 0.2 71.09 0.47 0.62
Hex BB CC 70 8 0 2D 14 47 2F 3E
Octal 273 314 160 10 0 55 24 107 57 76
Binary 10111011 11001100 1110000 1000 0 101101 10100 1000111 101111 111110

Color Harmonies of #BBCC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC70

Black with #BBCC70

Text Example


Text Example

White with #BBCC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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