Html Css Color HEX #BDC565 Wild Willow

📋 copy color: '#BDC565'

red 189 ◦ green 197 ◦ blue 101

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

Shades of Wild Willow #BDC565

Tints of Wild Willow #BDC565

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.45%

 BLUE value IS 101 (39.84% from 255) = 20.74%

R = 38.81%
G = 40.45%
B = 20.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#BDC565 (or 0xBDC565) is known color: Wild Willow. HEX triplet: BD, C5 and 65. RGB value is (189,197,101). Sum of RGB (Red+Green+Blue) = 189+197+101=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC565 is #423A9A. Grayscale: #B8B8B8. Windows color (decimal): -4340379 or 6669757. OLE color: 6669757.

HSL color Cylindrical-coordinate representation of color #BDC565: hue angle of 65º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDC565 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 101 -
CMYK 0.04 0 0.49 0.23
HSL 65º 0.45% 0.58% -
HSV(B) 65º 0.49% 0.77% -
XYZ 43.3 51.69 20.01 -
YUV 183.66 81.35 131.81 -
System Red Green Blue C M Y K H S L
Decimal 189 197 101 0.04 0 0.49 0.23 65 0.45 0.58
Hex BD C5 65 4 0 31 17 41 2D 3A
Octal 275 305 145 4 0 61 27 101 55 72
Binary 10111101 11000101 1100101 100 0 110001 10111 1000001 101101 111010

Color Harmonies of #BDC565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC565

Black with #BDC565

Text Example


Text Example

White with #BDC565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC565; }

 p { color: rgb(189,197,101); }

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

background-color css

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

 a { background-color: rgb(189,197,101); }

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

border-color css

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

 span { border-color: rgb(189,197,101); }

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