Html Css Color HEX #BDC557 Wild Willow

📋 copy color: '#BDC557'

red 189 ◦ green 197 ◦ blue 87

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

Shades of Wild Willow #BDC557

Tints of Wild Willow #BDC557

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.65%

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

R = 39.96%
G = 41.65%
B = 18.39%

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

#BDC557 (or 0xBDC557) is known color: Wild Willow. HEX triplet: BD, C5 and 57. RGB value is (189,197,87). Sum of RGB (Red+Green+Blue) = 189+197+87=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 87 (34.38% from 255 or 18.39% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC557 is #423AA8. Grayscale: #B6B6B6. Windows color (decimal): -4340393 or 5752253. OLE color: 5752253.

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

Color convert

RGB 189 197 87 -
CMYK 0.04 0 0.56 0.23
HSL 64.36º 0.49% 0.56% -
HSV(B) 64.36º 0.56% 0.77% -
XYZ 42.67 51.44 16.7 -
YUV 182.07 74.35 132.94 -
System Red Green Blue C M Y K H S L
Decimal 189 197 87 0.04 0 0.56 0.23 64.36 0.49 0.56
Hex BD C5 57 4 0 38 17 40 31 38
Octal 275 305 127 4 0 70 27 100 61 70
Binary 10111101 11000101 1010111 100 0 111000 10111 1000000 110001 111000

Color Harmonies of #BDC557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC557

Black with #BDC557

Text Example


Text Example

White with #BDC557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC557; }

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

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

background-color css

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

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

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

border-color css

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

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

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