Html Css Color HEX #BDC964 Wild Willow

📋 copy color: '#BDC964'

red 189 ◦ green 201 ◦ blue 100

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

Shades of Wild Willow #BDC964

Tints of Wild Willow #BDC964

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.02%

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

R = 38.57%
G = 41.02%
B = 20.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#BDC964 (or 0xBDC964) is known color: Wild Willow. HEX triplet: BD, C9 and 64. RGB value is (189,201,100). Sum of RGB (Red+Green+Blue) = 189+201+100=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC964 is #42369B. Grayscale: #BABABA. Windows color (decimal): -4339356 or 6605245. OLE color: 6605245.

HSL color Cylindrical-coordinate representation of color #BDC964: hue angle of 67.13º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDC964 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 100 -
CMYK 0.06 0 0.50 0.21
HSL 67.13º 0.48% 0.59% -
HSV(B) 67.13º 0.5% 0.79% -
XYZ 44.17 53.51 20.06 -
YUV 185.9 79.52 130.21 -
System Red Green Blue C M Y K H S L
Decimal 189 201 100 0.06 0 0.50 0.21 67.13 0.48 0.59
Hex BD C9 64 6 0 32 15 43 30 3B
Octal 275 311 144 6 0 62 25 103 60 73
Binary 10111101 11001001 1100100 110 0 110010 10101 1000011 110000 111011

Color Harmonies of #BDC964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC964

Black with #BDC964

Text Example


Text Example

White with #BDC964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC964; }

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

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

background-color css

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

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

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

border-color css

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

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

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