Html Css Color HEX #BBCD6A Wild Willow

📋 copy color: '#BBCD6A'

red 187 ◦ green 205 ◦ blue 106

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

Shades of Wild Willow #BBCD6A

Tints of Wild Willow #BBCD6A

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.8% from 255) = 21.29%

R = 37.55%
G = 41.16%
B = 21.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#BBCD6A (or 0xBBCD6A) is known color: 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

RGB 187 205 106 -
CMYK 0.09 0 0.48 0.20
HSL 70.91º 0.5% 0.61% -
HSV(B) 70.91º 0.48% 0.8% -
XYZ 44.93 55.27 21.94 -
YUV 188.33 81.54 127.05 -
System Red Green Blue C M Y K H S L
Decimal 187 205 106 0.09 0 0.48 0.20 70.91 0.5 0.61
Hex BB CD 6A 9 0 30 14 47 32 3D
Octal 273 315 152 11 0 60 24 107 62 75
Binary 10111011 11001101 1101010 1001 0 110000 10100 1000111 110010 111101

Color Harmonies of #BBCD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD6A

Black with #BBCD6A

Text Example


Text Example

White with #BBCD6A

Text Example


Text Example

HTML Codes & Css Web 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>