Html Css Color HEX #BDC15A Wild Willow

📋 copy color: '#BDC15A'

red 189 ◦ green 193 ◦ blue 90

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

Shades of Wild Willow #BDC15A

Tints of Wild Willow #BDC15A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.89%

 BLUE value IS 90 (35.55% from 255) = 19.07%

R = 40.04%
G = 40.89%
B = 19.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#BDC15A (or 0xBDC15A) is known color: Wild Willow. HEX triplet: BD, C1 and 5A. RGB value is (189,193,90). Sum of RGB (Red+Green+Blue) = 189+193+90=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC15A is #423EA5. Grayscale: #B4B4B4. Windows color (decimal): -4341414 or 5947837. OLE color: 5947837.

HSL color Cylindrical-coordinate representation of color #BDC15A: hue angle of 62.33º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDC15A is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 90 -
CMYK 0.02 0 0.53 0.24
HSL 62.33º 0.45% 0.55% -
HSV(B) 62.33º 0.53% 0.76% -
XYZ 41.9 49.7 17.06 -
YUV 180.06 77.17 134.38 -
System Red Green Blue C M Y K H S L
Decimal 189 193 90 0.02 0 0.53 0.24 62.33 0.45 0.55
Hex BD C1 5A 2 0 35 18 3E 2D 37
Octal 275 301 132 2 0 65 30 76 55 67
Binary 10111101 11000001 1011010 10 0 110101 11000 111110 101101 110111

Color Harmonies of #BDC15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC15A

Black with #BDC15A

Text Example


Text Example

White with #BDC15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC15A; }

 p { color: rgb(189,193,90); }

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

background-color css

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

 a { background-color: rgb(189,193,90); }

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

border-color css

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

 span { border-color: rgb(189,193,90); }

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