Html Css Color HEX #BDC359 Wild Willow

📋 copy color: '#BDC359'

red 189 ◦ green 195 ◦ blue 89

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

Shades of Wild Willow #BDC359

Tints of Wild Willow #BDC359

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.23%

 BLUE value IS 89 (35.16% from 255) = 18.82%

R = 39.96%
G = 41.23%
B = 18.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#BDC359 (or 0xBDC359) is known color: Wild Willow. HEX triplet: BD, C3 and 59. RGB value is (189,195,89). Sum of RGB (Red+Green+Blue) = 189+195+89=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC359 is #423CA6. Grayscale: #B5B5B5. Windows color (decimal): -4340903 or 5882813. OLE color: 5882813.

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

Color convert

RGB 189 195 89 -
CMYK 0.03 0 0.54 0.24
HSL 63.4º 0.47% 0.56% -
HSV(B) 63.4º 0.54% 0.76% -
XYZ 42.3 50.57 16.98 -
YUV 181.12 76.01 133.62 -
System Red Green Blue C M Y K H S L
Decimal 189 195 89 0.03 0 0.54 0.24 63.4 0.47 0.56
Hex BD C3 59 3 0 36 18 3F 2F 38
Octal 275 303 131 3 0 66 30 77 57 70
Binary 10111101 11000011 1011001 11 0 110110 11000 111111 101111 111000

Color Harmonies of #BDC359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC359

Black with #BDC359

Text Example


Text Example

White with #BDC359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC359; }

 p { color: rgb(189,195,89); }

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

background-color css

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

 a { background-color: rgb(189,195,89); }

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

border-color css

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

 span { border-color: rgb(189,195,89); }

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