Html Css Color HEX #BDCA5B Wild Willow

📋 copy color: '#BDCA5B'

red 189 ◦ green 202 ◦ blue 91

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

Shades of Wild Willow #BDCA5B

Tints of Wild Willow #BDCA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.88%

R = 39.21%
G = 41.91%
B = 18.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#BDCA5B (or 0xBDCA5B) is known color: Wild Willow. HEX triplet: BD, CA and 5B. RGB value is (189,202,91). Sum of RGB (Red+Green+Blue) = 189+202+91=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA5B is #4235A4. Grayscale: #B9B9B9. Windows color (decimal): -4339109 or 6015677. OLE color: 6015677.

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

Color convert

RGB 189 202 91 -
CMYK 0.06 0 0.55 0.21
HSL 67.03º 0.51% 0.57% -
HSV(B) 67.03º 0.55% 0.79% -
XYZ 44 53.82 17.97 -
YUV 185.46 74.69 130.53 -
System Red Green Blue C M Y K H S L
Decimal 189 202 91 0.06 0 0.55 0.21 67.03 0.51 0.57
Hex BD CA 5B 6 0 37 15 43 33 39
Octal 275 312 133 6 0 67 25 103 63 71
Binary 10111101 11001010 1011011 110 0 110111 10101 1000011 110011 111001

Color Harmonies of #BDCA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA5B

Black with #BDCA5B

Text Example


Text Example

White with #BDCA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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