Html Css Color HEX #BDC362 Wild Willow

📋 copy color: '#BDC362'

red 189 ◦ green 195 ◦ blue 98

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

Shades of Wild Willow #BDC362

Tints of Wild Willow #BDC362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.33%

R = 39.21%
G = 40.46%
B = 20.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#BDC362 (or 0xBDC362) is known color: Wild Willow. HEX triplet: BD, C3 and 62. RGB value is (189,195,98). Sum of RGB (Red+Green+Blue) = 189+195+98=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC362 is #423C9D. Grayscale: #B6B6B6. Windows color (decimal): -4340894 or 6472637. OLE color: 6472637.

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

Color convert

RGB 189 195 98 -
CMYK 0.03 0 0.50 0.24
HSL 63.71º 0.45% 0.57% -
HSV(B) 63.71º 0.5% 0.76% -
XYZ 42.71 50.73 19.1 -
YUV 182.15 80.51 132.89 -
System Red Green Blue C M Y K H S L
Decimal 189 195 98 0.03 0 0.50 0.24 63.71 0.45 0.57
Hex BD C3 62 3 0 32 18 40 2D 39
Octal 275 303 142 3 0 62 30 100 55 71
Binary 10111101 11000011 1100010 11 0 110010 11000 1000000 101101 111001

Color Harmonies of #BDC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC362

Black with #BDC362

Text Example


Text Example

White with #BDC362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC362; }

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

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

background-color css

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

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

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

border-color css

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

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

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