Html Css Color HEX #BDC457 Wild Willow

📋 copy color: '#BDC457'

red 189 ◦ green 196 ◦ blue 87

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

Shades of Wild Willow #BDC457

Tints of Wild Willow #BDC457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.43%

R = 40.04%
G = 41.53%
B = 18.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#BDC457 (or 0xBDC457) is known color: Wild Willow. HEX triplet: BD, C4 and 57. RGB value is (189,196,87). Sum of RGB (Red+Green+Blue) = 189+196+87=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC457 is #423BA8. Grayscale: #B5B5B5. Windows color (decimal): -4340649 or 5751997. OLE color: 5751997.

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

Color convert

RGB 189 196 87 -
CMYK 0.04 0 0.56 0.23
HSL 63.85º 0.48% 0.55% -
HSV(B) 63.85º 0.56% 0.77% -
XYZ 42.45 50.99 16.62 -
YUV 181.48 74.68 133.36 -
System Red Green Blue C M Y K H S L
Decimal 189 196 87 0.04 0 0.56 0.23 63.85 0.48 0.55
Hex BD C4 57 4 0 38 17 40 30 37
Octal 275 304 127 4 0 70 27 100 60 67
Binary 10111101 11000100 1010111 100 0 111000 10111 1000000 110000 110111

Color Harmonies of #BDC457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC457

Black with #BDC457

Text Example


Text Example

White with #BDC457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC457; }

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

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

background-color css

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

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

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

border-color css

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

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

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