Html Css Color HEX #BDC264 Wild Willow

📋 copy color: '#BDC264'

red 189 ◦ green 194 ◦ blue 100

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

Shades of Wild Willow #BDC264

Tints of Wild Willow #BDC264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

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

R = 39.13%
G = 40.17%
B = 20.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#BDC264 (or 0xBDC264) is known color: Wild Willow. HEX triplet: BD, C2 and 64. RGB value is (189,194,100). Sum of RGB (Red+Green+Blue) = 189+194+100=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC264 is #423D9B. Grayscale: #B6B6B6. Windows color (decimal): -4341148 or 6603453. OLE color: 6603453.

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

Color convert

RGB 189 194 100 -
CMYK 0.03 0 0.48 0.24
HSL 63.19º 0.44% 0.58% -
HSV(B) 63.19º 0.48% 0.76% -
XYZ 42.58 50.32 19.53 -
YUV 181.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 189 194 100 0.03 0 0.48 0.24 63.19 0.44 0.58
Hex BD C2 64 3 0 30 18 3F 2C 3A
Octal 275 302 144 3 0 60 30 77 54 72
Binary 10111101 11000010 1100100 11 0 110000 11000 111111 101100 111010

Color Harmonies of #BDC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC264

Black with #BDC264

Text Example


Text Example

White with #BDC264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC264; }

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

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

background-color css

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

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

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

border-color css

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

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

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