Html Css Color HEX #BDC468 Wild Willow

📋 copy color: '#BDC468'

red 189 ◦ green 196 ◦ blue 104

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

Shades of Wild Willow #BDC468

Tints of Wild Willow #BDC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.08%

 BLUE value IS 104 (41.02% from 255) = 21.27%

R = 38.65%
G = 40.08%
B = 21.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#BDC468 (or 0xBDC468) is known color: Wild Willow. HEX triplet: BD, C4 and 68. RGB value is (189,196,104). Sum of RGB (Red+Green+Blue) = 189+196+104=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC468 is #423B97. Grayscale: #B7B7B7. Windows color (decimal): -4340632 or 6866109. OLE color: 6866109.

HSL color Cylindrical-coordinate representation of color #BDC468: hue angle of 64.57º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC468 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 104 -
CMYK 0.04 0 0.47 0.23
HSL 64.57º 0.44% 0.59% -
HSV(B) 64.57º 0.47% 0.77% -
XYZ 43.22 51.3 20.72 -
YUV 183.42 83.18 131.98 -
System Red Green Blue C M Y K H S L
Decimal 189 196 104 0.04 0 0.47 0.23 64.57 0.44 0.59
Hex BD C4 68 4 0 2F 17 41 2C 3B
Octal 275 304 150 4 0 57 27 101 54 73
Binary 10111101 11000100 1101000 100 0 101111 10111 1000001 101100 111011

Color Harmonies of #BDC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC468

Black with #BDC468

Text Example


Text Example

White with #BDC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC468; }

 p { color: rgb(189,196,104); }

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

background-color css

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

 a { background-color: rgb(189,196,104); }

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

border-color css

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

 span { border-color: rgb(189,196,104); }

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