Html Css Color HEX #BDC257 Wild Willow

📋 copy color: '#BDC257'

red 189 ◦ green 194 ◦ blue 87

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

Shades of Wild Willow #BDC257

Tints of Wild Willow #BDC257

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.28%

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

R = 40.21%
G = 41.28%
B = 18.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#BDC257 (or 0xBDC257) is known color: Wild Willow. HEX triplet: BD, C2 and 57. RGB value is (189,194,87). Sum of RGB (Red+Green+Blue) = 189+194+87=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC257 is #423DA8. Grayscale: #B4B4B4. Windows color (decimal): -4341161 or 5751485. OLE color: 5751485.

HSL color Cylindrical-coordinate representation of color #BDC257: hue angle of 62.8º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDC257 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 87 -
CMYK 0.03 0 0.55 0.24
HSL 62.8º 0.47% 0.55% -
HSV(B) 62.8º 0.55% 0.76% -
XYZ 42 50.09 16.47 -
YUV 180.31 75.34 134.2 -
System Red Green Blue C M Y K H S L
Decimal 189 194 87 0.03 0 0.55 0.24 62.8 0.47 0.55
Hex BD C2 57 3 0 37 18 3F 2F 37
Octal 275 302 127 3 0 67 30 77 57 67
Binary 10111101 11000010 1010111 11 0 110111 11000 111111 101111 110111

Color Harmonies of #BDC257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC257

Black with #BDC257

Text Example


Text Example

White with #BDC257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC257; }

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

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

background-color css

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

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

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

border-color css

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

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

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