Html Css Color HEX #BDCA5E Wild Willow

📋 copy color: '#BDCA5E'

red 189 ◦ green 202 ◦ blue 94

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

Shades of Wild Willow #BDCA5E

Tints of Wild Willow #BDCA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

 BLUE value IS 94 (37.11% from 255) = 19.38%

R = 38.97%
G = 41.65%
B = 19.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#BDCA5E (or 0xBDCA5E) is known color: Wild Willow. HEX triplet: BD, CA and 5E. RGB value is (189,202,94). Sum of RGB (Red+Green+Blue) = 189+202+94=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA5E is #4235A1. Grayscale: #BABABA. Windows color (decimal): -4339106 or 6212285. OLE color: 6212285.

HSL color Cylindrical-coordinate representation of color #BDCA5E: hue angle of 67.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDCA5E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 94 -
CMYK 0.06 0 0.53 0.21
HSL 67.22º 0.5% 0.58% -
HSV(B) 67.22º 0.53% 0.79% -
XYZ 44.13 53.87 18.66 -
YUV 185.8 76.19 130.28 -
System Red Green Blue C M Y K H S L
Decimal 189 202 94 0.06 0 0.53 0.21 67.22 0.5 0.58
Hex BD CA 5E 6 0 35 15 43 32 3A
Octal 275 312 136 6 0 65 25 103 62 72
Binary 10111101 11001010 1011110 110 0 110101 10101 1000011 110010 111010

Color Harmonies of #BDCA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA5E

Black with #BDCA5E

Text Example


Text Example

White with #BDCA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA5E; }

 p { color: rgb(189,202,94); }

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

background-color css

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

 a { background-color: rgb(189,202,94); }

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

border-color css

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

 span { border-color: rgb(189,202,94); }

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