Html Css Color HEX #BBCA70 Wild Willow

📋 copy color: '#BBCA70'

red 187 ◦ green 202 ◦ blue 112

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

Shades of Wild Willow #BBCA70

Tints of Wild Willow #BBCA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.32%

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

R = 37.33%
G = 40.32%
B = 22.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#BBCA70 (or 0xBBCA70) is known color: Wild Willow. HEX triplet: BB, CA and 70. RGB value is (187,202,112). Sum of RGB (Red+Green+Blue) = 187+202+112=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCA70 is #44358F. Grayscale: #BBBBBB. Windows color (decimal): -4470160 or 7391931. OLE color: 7391931.

HSL color Cylindrical-coordinate representation of color #BBCA70: hue angle of 70º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBCA70 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 112 -
CMYK 0.07 0 0.45 0.21
HSL 70º 0.46% 0.62% -
HSV(B) 70º 0.45% 0.79% -
XYZ 44.54 53.98 23.4 -
YUV 187.26 85.53 127.82 -
System Red Green Blue C M Y K H S L
Decimal 187 202 112 0.07 0 0.45 0.21 70 0.46 0.62
Hex BB CA 70 7 0 2D 15 46 2E 3E
Octal 273 312 160 7 0 55 25 106 56 76
Binary 10111011 11001010 1110000 111 0 101101 10101 1000110 101110 111110

Color Harmonies of #BBCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA70

Black with #BBCA70

Text Example


Text Example

White with #BBCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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