Html Css Color HEX #BDC469 Wild Willow

📋 copy color: '#BDC469'

red 189 ◦ green 196 ◦ blue 105

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

Shades of Wild Willow #BDC469

Tints of Wild Willow #BDC469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.43%

R = 38.57%
G = 40%
B = 21.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#BDC469 (or 0xBDC469) is known color: Wild Willow. HEX triplet: BD, C4 and 69. RGB value is (189,196,105). Sum of RGB (Red+Green+Blue) = 189+196+105=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC469 is #423B96. Grayscale: #B7B7B7. Windows color (decimal): -4340631 or 6931645. OLE color: 6931645.

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

Color convert

RGB 189 196 105 -
CMYK 0.04 0 0.46 0.23
HSL 64.62º 0.44% 0.59% -
HSV(B) 64.62º 0.46% 0.77% -
XYZ 43.28 51.32 20.99 -
YUV 183.53 83.68 131.9 -
System Red Green Blue C M Y K H S L
Decimal 189 196 105 0.04 0 0.46 0.23 64.62 0.44 0.59
Hex BD C4 69 4 0 2E 17 41 2C 3B
Octal 275 304 151 4 0 56 27 101 54 73
Binary 10111101 11000100 1101001 100 0 101110 10111 1000001 101100 111011

Color Harmonies of #BDC469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC469

Black with #BDC469

Text Example


Text Example

White with #BDC469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC469; }

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

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

background-color css

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

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

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

border-color css

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

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

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