Html Css Color HEX #BDC064 Wild Willow

📋 copy color: '#BDC064'

red 189 ◦ green 192 ◦ blue 100

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

Shades of Wild Willow #BDC064

Tints of Wild Willow #BDC064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.92%

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

R = 39.29%
G = 39.92%
B = 20.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BDC064 (or 0xBDC064) is known color: Wild Willow. HEX triplet: BD, C0 and 64. RGB value is (189,192,100). Sum of RGB (Red+Green+Blue) = 189+192+100=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC064 is #423F9B. Grayscale: #B4B4B4. Windows color (decimal): -4341660 or 6602941. OLE color: 6602941.

HSL color Cylindrical-coordinate representation of color #BDC064: hue angle of 61.96º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDC064 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 100 -
CMYK 0.02 0 0.48 0.25
HSL 61.96º 0.42% 0.57% -
HSV(B) 61.96º 0.48% 0.75% -
XYZ 42.14 49.44 19.38 -
YUV 180.62 82.51 133.98 -
System Red Green Blue C M Y K H S L
Decimal 189 192 100 0.02 0 0.48 0.25 61.96 0.42 0.57
Hex BD C0 64 2 0 30 19 3E 2A 39
Octal 275 300 144 2 0 60 31 76 52 71
Binary 10111101 11000000 1100100 10 0 110000 11001 111110 101010 111001

Color Harmonies of #BDC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC064

Black with #BDC064

Text Example


Text Example

White with #BDC064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC064; }

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

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

background-color css

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

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

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

border-color css

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

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

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