Html Css Color HEX #BDC660 Wild Willow

📋 copy color: '#BDC660'

red 189 ◦ green 198 ◦ blue 96

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

Shades of Wild Willow #BDC660

Tints of Wild Willow #BDC660

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.99%

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

R = 39.13%
G = 40.99%
B = 19.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#BDC660 (or 0xBDC660) is known color: Wild Willow. HEX triplet: BD, C6 and 60. RGB value is (189,198,96). Sum of RGB (Red+Green+Blue) = 189+198+96=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC660 is #42399F. Grayscale: #B8B8B8. Windows color (decimal): -4340128 or 6342333. OLE color: 6342333.

HSL color Cylindrical-coordinate representation of color #BDC660: hue angle of 65.29º degrees, saturation: 0.47, 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 #BDC660 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 96 -
CMYK 0.05 0 0.52 0.22
HSL 65.29º 0.47% 0.58% -
HSV(B) 65.29º 0.52% 0.78% -
XYZ 43.29 52.05 18.83 -
YUV 183.68 78.52 131.79 -
System Red Green Blue C M Y K H S L
Decimal 189 198 96 0.05 0 0.52 0.22 65.29 0.47 0.58
Hex BD C6 60 5 0 34 16 41 2F 3A
Octal 275 306 140 5 0 64 26 101 57 72
Binary 10111101 11000110 1100000 101 0 110100 10110 1000001 101111 111010

Color Harmonies of #BDC660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC660

Black with #BDC660

Text Example


Text Example

White with #BDC660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC660; }

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

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

background-color css

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

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

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

border-color css

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

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

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