#BBCD6A

Color #BBCD6A Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BBCD6A

Tints of Wild Willow #BBCD6A

Color information

#BBCD6A (or 0xBBCD6A) is unknown color: approx Wild Willow. HEX triplet: BB, CD and 6A. RGB value is (187,205,106). Sum of RGB (Red+Green+Blue) = 187+205+106=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD6A is #443295. Grayscale: #BCBCBC. Windows color (decimal): -4469398 or 6999483. OLE color: 6999483.

HSL color Cylindrical-coordinate representation of color #BBCD6A: hue angle of 70.91º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBCD6A is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB187205106-
CMYK0.0900.480.20
HSL70.91º49.75%60.98%-
HSV(B)70.91º48.29%80.39%-
XYZ44.9355.2721.94-
YUV188.3381.54127.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 106 (41.80% from 255) = 21.29%
R=37.55%
G=41.16%
B=21.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051060.0900.480.2070.9149.7560.98
HexBBCD6A90301447323d
Octal27331515211060241076275
Binary1011101111001101110101010010110000101001000111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD6A; }

 p { color: rgb(187,205,106); }

 H1.HeaderClassName
 {
   color: #BBCD6A;
 }
 .AnyTagClassName
 {
   color: #BBCD6A;
 }
</style>
background-color css

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

 a { background-color: rgb(187,205,106); }

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

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

 span { border-color: rgb(187,205,106); }

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