Html Css Color HEX #BDC764 Wild Willow

📋 copy color: '#BDC764'

red 189 ◦ green 199 ◦ blue 100

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

Shades of Wild Willow #BDC764

Tints of Wild Willow #BDC764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.78%

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

R = 38.73%
G = 40.78%
B = 20.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#BDC764 (or 0xBDC764) is known color: Wild Willow. HEX triplet: BD, C7 and 64. RGB value is (189,199,100). Sum of RGB (Red+Green+Blue) = 189+199+100=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC764 is #42389B. Grayscale: #B9B9B9. Windows color (decimal): -4339868 or 6604733. OLE color: 6604733.

HSL color Cylindrical-coordinate representation of color #BDC764: hue angle of 66.06º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDC764 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 100 -
CMYK 0.05 0 0.50 0.22
HSL 66.06º 0.47% 0.59% -
HSV(B) 66.06º 0.5% 0.78% -
XYZ 43.71 52.59 19.9 -
YUV 184.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 189 199 100 0.05 0 0.50 0.22 66.06 0.47 0.59
Hex BD C7 64 5 0 32 16 42 2F 3B
Octal 275 307 144 5 0 62 26 102 57 73
Binary 10111101 11000111 1100100 101 0 110010 10110 1000010 101111 111011

Color Harmonies of #BDC764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC764

Black with #BDC764

Text Example


Text Example

White with #BDC764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC764; }

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

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

background-color css

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

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

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

border-color css

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

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

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