Html Css Color HEX #BDCA5C Wild Willow

📋 copy color: '#BDCA5C'

red 189 ◦ green 202 ◦ blue 92

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

Shades of Wild Willow #BDCA5C

Tints of Wild Willow #BDCA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.05%

R = 39.13%
G = 41.82%
B = 19.05%

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

#BDCA5C (or 0xBDCA5C) is known color: Wild Willow. HEX triplet: BD, CA and 5C. RGB value is (189,202,92). Sum of RGB (Red+Green+Blue) = 189+202+92=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA5C is #4235A3. Grayscale: #BABABA. Windows color (decimal): -4339108 or 6081213. OLE color: 6081213.

HSL color Cylindrical-coordinate representation of color #BDCA5C: hue angle of 67.09º 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 #BDCA5C is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 92 -
CMYK 0.06 0 0.54 0.21
HSL 67.09º 0.51% 0.58% -
HSV(B) 67.09º 0.54% 0.79% -
XYZ 44.04 53.83 18.19 -
YUV 185.57 75.19 130.44 -
System Red Green Blue C M Y K H S L
Decimal 189 202 92 0.06 0 0.54 0.21 67.09 0.51 0.58
Hex BD CA 5C 6 0 36 15 43 33 3A
Octal 275 312 134 6 0 66 25 103 63 72
Binary 10111101 11001010 1011100 110 0 110110 10101 1000011 110011 111010

Color Harmonies of #BDCA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA5C

Black with #BDCA5C

Text Example


Text Example

White with #BDCA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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