Html Css Color HEX #BDC864 Wild Willow

📋 copy color: '#BDC864'

red 189 ◦ green 200 ◦ blue 100

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

Shades of Wild Willow #BDC864

Tints of Wild Willow #BDC864

RGB

 RED value IS 189 (74.22% from 255) = 38.65%

 GREEN value IS 200 (78.52% from 255) = 40.9%

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

R = 38.65%
G = 40.9%
B = 20.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#BDC864 (or 0xBDC864) is known color: Wild Willow. HEX triplet: BD, C8 and 64. RGB value is (189,200,100). Sum of RGB (Red+Green+Blue) = 189+200+100=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC864 is #42379B. Grayscale: #B9B9B9. Windows color (decimal): -4339612 or 6604989. OLE color: 6604989.

HSL color Cylindrical-coordinate representation of color #BDC864: hue angle of 66.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDC864 is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 100 -
CMYK 0.06 0 0.5 0.22
HSL 66.6º 0.48% 0.59% -
HSV(B) 66.6º 0.5% 0.78% -
XYZ 43.94 53.05 19.98 -
YUV 185.31 79.86 130.63 -
System Red Green Blue C M Y K H S L
Decimal 189 200 100 0.06 0 0.5 0.22 66.6 0.48 0.59
Hex BD C8 64 6 0 32 16 43 30 3B
Octal 275 310 144 6 0 62 26 103 60 73
Binary 10111101 11001000 1100100 110 0 110010 10110 1000011 110000 111011

Color Harmonies of #BDC864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC864

Black with #BDC864

Text Example


Text Example

White with #BDC864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC864; }

 p { color: rgb(189,200,100); }

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

background-color css

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

 a { background-color: rgb(189,200,100); }

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

border-color css

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

 span { border-color: rgb(189,200,100); }

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