Html Css Color HEX #BDC45D Wild Willow

📋 copy color: '#BDC45D'

red 189 ◦ green 196 ◦ blue 93

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

Shades of Wild Willow #BDC45D

Tints of Wild Willow #BDC45D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41%

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

R = 39.54%
G = 41%
B = 19.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#BDC45D (or 0xBDC45D) is known color: Wild Willow. HEX triplet: BD, C4 and 5D. RGB value is (189,196,93). Sum of RGB (Red+Green+Blue) = 189+196+93=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC45D is #423BA2. Grayscale: #B6B6B6. Windows color (decimal): -4340643 or 6145213. OLE color: 6145213.

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

Color convert

RGB 189 196 93 -
CMYK 0.04 0 0.53 0.23
HSL 64.08º 0.47% 0.57% -
HSV(B) 64.08º 0.53% 0.77% -
XYZ 42.7 51.09 17.97 -
YUV 182.17 77.68 132.88 -
System Red Green Blue C M Y K H S L
Decimal 189 196 93 0.04 0 0.53 0.23 64.08 0.47 0.57
Hex BD C4 5D 4 0 35 17 40 2F 39
Octal 275 304 135 4 0 65 27 100 57 71
Binary 10111101 11000100 1011101 100 0 110101 10111 1000000 101111 111001

Color Harmonies of #BDC45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC45D

Black with #BDC45D

Text Example


Text Example

White with #BDC45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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