Html Css Color HEX #BDC15B Wild Willow

📋 copy color: '#BDC15B'

red 189 ◦ green 193 ◦ blue 91

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

Shades of Wild Willow #BDC15B

Tints of Wild Willow #BDC15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.24%

R = 39.96%
G = 40.8%
B = 19.24%

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

#BDC15B (or 0xBDC15B) is known color: Wild Willow. HEX triplet: BD, C1 and 5B. RGB value is (189,193,91). Sum of RGB (Red+Green+Blue) = 189+193+91=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC15B is #423EA4. Grayscale: #B4B4B4. Windows color (decimal): -4341413 or 6013373. OLE color: 6013373.

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

Color convert

RGB 189 193 91 -
CMYK 0.02 0 0.53 0.24
HSL 62.35º 0.45% 0.56% -
HSV(B) 62.35º 0.53% 0.76% -
XYZ 41.94 49.71 17.28 -
YUV 180.18 77.67 134.29 -
System Red Green Blue C M Y K H S L
Decimal 189 193 91 0.02 0 0.53 0.24 62.35 0.45 0.56
Hex BD C1 5B 2 0 35 18 3E 2D 38
Octal 275 301 133 2 0 65 30 76 55 70
Binary 10111101 11000001 1011011 10 0 110101 11000 111110 101101 111000

Color Harmonies of #BDC15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC15B

Black with #BDC15B

Text Example


Text Example

White with #BDC15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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