Html Css Color HEX #BBCD64 Wild Willow

📋 copy color: '#BBCD64'

red 187 ◦ green 205 ◦ blue 100

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

Shades of Wild Willow #BBCD64

Tints of Wild Willow #BBCD64

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.67%

 BLUE value IS 100 (39.45% from 255) = 20.33%

R = 38.01%
G = 41.67%
B = 20.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#BBCD64 (or 0xBBCD64) is known color: Wild Willow. HEX triplet: BB, CD and 64. RGB value is (187,205,100). Sum of RGB (Red+Green+Blue) = 187+205+100=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD64 is #44329B. Grayscale: #BCBCBC. Windows color (decimal): -4469404 or 6606267. OLE color: 6606267.

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

Color convert

RGB 187 205 100 -
CMYK 0.09 0 0.51 0.20
HSL 70.29º 0.51% 0.6% -
HSV(B) 70.29º 0.51% 0.8% -
XYZ 44.63 55.15 20.35 -
YUV 187.65 78.54 127.54 -
System Red Green Blue C M Y K H S L
Decimal 187 205 100 0.09 0 0.51 0.20 70.29 0.51 0.6
Hex BB CD 64 9 0 33 14 46 33 3C
Octal 273 315 144 11 0 63 24 106 63 74
Binary 10111011 11001101 1100100 1001 0 110011 10100 1000110 110011 111100

Color Harmonies of #BBCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD64

Black with #BBCD64

Text Example


Text Example

White with #BBCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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