Html Css Color HEX #BDC56A Wild Willow

📋 copy color: '#BDC56A'

red 189 ◦ green 197 ◦ blue 106

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

Shades of Wild Willow #BDC56A

Tints of Wild Willow #BDC56A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.04%

 BLUE value IS 106 (41.8% from 255) = 21.54%

R = 38.41%
G = 40.04%
B = 21.54%

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

#BDC56A (or 0xBDC56A) is known color: Wild Willow. HEX triplet: BD, C5 and 6A. RGB value is (189,197,106). Sum of RGB (Red+Green+Blue) = 189+197+106=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC56A is #423A95. Grayscale: #B8B8B8. Windows color (decimal): -4340374 or 6997437. OLE color: 6997437.

HSL color Cylindrical-coordinate representation of color #BDC56A: hue angle of 65.27º 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 #BDC56A is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 106 -
CMYK 0.04 0 0.46 0.23
HSL 65.27º 0.44% 0.59% -
HSV(B) 65.27º 0.46% 0.77% -
XYZ 43.55 51.79 21.34 -
YUV 184.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 189 197 106 0.04 0 0.46 0.23 65.27 0.44 0.59
Hex BD C5 6A 4 0 2E 17 41 2C 3B
Octal 275 305 152 4 0 56 27 101 54 73
Binary 10111101 11000101 1101010 100 0 101110 10111 1000001 101100 111011

Color Harmonies of #BDC56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC56A

Black with #BDC56A

Text Example


Text Example

White with #BDC56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC56A; }

 p { color: rgb(189,197,106); }

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

background-color css

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

 a { background-color: rgb(189,197,106); }

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

border-color css

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

 span { border-color: rgb(189,197,106); }

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