Html Css Color HEX #BDC860 Wild Willow

📋 copy color: '#BDC860'

red 189 ◦ green 200 ◦ blue 96

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

Shades of Wild Willow #BDC860

Tints of Wild Willow #BDC860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.79%

R = 38.97%
G = 41.24%
B = 19.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#BDC860 (or 0xBDC860) is known color: Wild Willow. HEX triplet: BD, C8 and 60. RGB value is (189,200,96). Sum of RGB (Red+Green+Blue) = 189+200+96=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC860 is #42379F. Grayscale: #B9B9B9. Windows color (decimal): -4339616 or 6342845. OLE color: 6342845.

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

Color convert

RGB 189 200 96 -
CMYK 0.06 0 0.52 0.22
HSL 66.35º 0.49% 0.58% -
HSV(B) 66.35º 0.52% 0.78% -
XYZ 43.75 52.97 18.98 -
YUV 184.86 77.86 130.96 -
System Red Green Blue C M Y K H S L
Decimal 189 200 96 0.06 0 0.52 0.22 66.35 0.49 0.58
Hex BD C8 60 6 0 34 16 42 31 3A
Octal 275 310 140 6 0 64 26 102 61 72
Binary 10111101 11001000 1100000 110 0 110100 10110 1000010 110001 111010

Color Harmonies of #BDC860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC860

Black with #BDC860

Text Example


Text Example

White with #BDC860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC860; }

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

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

background-color css

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

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

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

border-color css

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

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

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