Html Css Color HEX #BDCA5D Wild Willow

📋 copy color: '#BDCA5D'

red 189 ◦ green 202 ◦ blue 93

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

Shades of Wild Willow #BDCA5D

Tints of Wild Willow #BDCA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.21%

R = 39.05%
G = 41.74%
B = 19.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#BDCA5D (or 0xBDCA5D) is known color: Wild Willow. HEX triplet: BD, CA and 5D. RGB value is (189,202,93). Sum of RGB (Red+Green+Blue) = 189+202+93=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA5D is #4235A2. Grayscale: #BABABA. Windows color (decimal): -4339107 or 6146749. OLE color: 6146749.

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

Color convert

RGB 189 202 93 -
CMYK 0.06 0 0.54 0.21
HSL 67.16º 0.51% 0.58% -
HSV(B) 67.16º 0.54% 0.79% -
XYZ 44.08 53.85 18.43 -
YUV 185.69 75.69 130.36 -
System Red Green Blue C M Y K H S L
Decimal 189 202 93 0.06 0 0.54 0.21 67.16 0.51 0.58
Hex BD CA 5D 6 0 36 15 43 33 3A
Octal 275 312 135 6 0 66 25 103 63 72
Binary 10111101 11001010 1011101 110 0 110110 10101 1000011 110011 111010

Color Harmonies of #BDCA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA5D

Black with #BDCA5D

Text Example


Text Example

White with #BDCA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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