Html Css Color HEX #BDC25A Wild Willow

📋 copy color: '#BDC25A'

red 189 ◦ green 194 ◦ blue 90

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

Shades of Wild Willow #BDC25A

Tints of Wild Willow #BDC25A

RGB

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

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

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

R = 39.96%
G = 41.01%
B = 19.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#BDC25A (or 0xBDC25A) is known color: Wild Willow. HEX triplet: BD, C2 and 5A. RGB value is (189,194,90). Sum of RGB (Red+Green+Blue) = 189+194+90=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC25A is #423DA5. Grayscale: #B5B5B5. Windows color (decimal): -4341158 or 5948093. OLE color: 5948093.

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

Color convert

RGB 189 194 90 -
CMYK 0.03 0 0.54 0.24
HSL 62.88º 0.46% 0.56% -
HSV(B) 62.88º 0.54% 0.76% -
XYZ 42.12 50.14 17.13 -
YUV 180.65 76.84 133.96 -
System Red Green Blue C M Y K H S L
Decimal 189 194 90 0.03 0 0.54 0.24 62.88 0.46 0.56
Hex BD C2 5A 3 0 36 18 3F 2E 38
Octal 275 302 132 3 0 66 30 77 56 70
Binary 10111101 11000010 1011010 11 0 110110 11000 111111 101110 111000

Color Harmonies of #BDC25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC25A

Black with #BDC25A

Text Example


Text Example

White with #BDC25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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