Html Css Color HEX #BDC364 Wild Willow

📋 copy color: '#BDC364'

red 189 ◦ green 195 ◦ blue 100

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

Shades of Wild Willow #BDC364

Tints of Wild Willow #BDC364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.66%

R = 39.05%
G = 40.29%
B = 20.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#BDC364 (or 0xBDC364) is known color: Wild Willow. HEX triplet: BD, C3 and 64. RGB value is (189,195,100). Sum of RGB (Red+Green+Blue) = 189+195+100=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC364 is #423C9B. Grayscale: #B6B6B6. Windows color (decimal): -4340892 or 6603709. OLE color: 6603709.

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

Color convert

RGB 189 195 100 -
CMYK 0.03 0 0.49 0.24
HSL 63.79º 0.44% 0.58% -
HSV(B) 63.79º 0.49% 0.76% -
XYZ 42.8 50.77 19.6 -
YUV 182.38 81.51 132.72 -
System Red Green Blue C M Y K H S L
Decimal 189 195 100 0.03 0 0.49 0.24 63.79 0.44 0.58
Hex BD C3 64 3 0 31 18 40 2C 3A
Octal 275 303 144 3 0 61 30 100 54 72
Binary 10111101 11000011 1100100 11 0 110001 11000 1000000 101100 111010

Color Harmonies of #BDC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC364

Black with #BDC364

Text Example


Text Example

White with #BDC364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC364; }

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

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

background-color css

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

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

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

border-color css

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

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

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