Html Css Color HEX #BDC45B Wild Willow

📋 copy color: '#BDC45B'

red 189 ◦ green 196 ◦ blue 91

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

Shades of Wild Willow #BDC45B

Tints of Wild Willow #BDC45B

RGB

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

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

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

R = 39.71%
G = 41.18%
B = 19.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#BDC45B (or 0xBDC45B) is known color: Wild Willow. HEX triplet: BD, C4 and 5B. RGB value is (189,196,91). Sum of RGB (Red+Green+Blue) = 189+196+91=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC45B is #423BA4. Grayscale: #B6B6B6. Windows color (decimal): -4340645 or 6014141. OLE color: 6014141.

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

Color convert

RGB 189 196 91 -
CMYK 0.04 0 0.54 0.23
HSL 64º 0.47% 0.56% -
HSV(B) 64º 0.54% 0.77% -
XYZ 42.61 51.05 17.51 -
YUV 181.94 76.68 133.04 -
System Red Green Blue C M Y K H S L
Decimal 189 196 91 0.04 0 0.54 0.23 64 0.47 0.56
Hex BD C4 5B 4 0 36 17 40 2F 38
Octal 275 304 133 4 0 66 27 100 57 70
Binary 10111101 11000100 1011011 100 0 110110 10111 1000000 101111 111000

Color Harmonies of #BDC45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC45B

Black with #BDC45B

Text Example


Text Example

White with #BDC45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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