Html Css Color HEX #BAD959 Conifer

📋 copy color: '#BAD959'

red 186 ◦ green 217 ◦ blue 89

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

Shades of Conifer #BAD959

Tints of Conifer #BAD959

RGB

 RED value IS 186 (73.05% from 255) = 37.8%

 GREEN value IS 217 (85.16% from 255) = 44.11%

 BLUE value IS 89 (35.16% from 255) = 18.09%

R = 37.8%
G = 44.11%
B = 18.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#BAD959 (or 0xBAD959) is known color: Conifer. HEX triplet: BA, D9 and 59. RGB value is (186,217,89). Sum of RGB (Red+Green+Blue) = 186+217+89=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD959 is #4526A6. Grayscale: #C1C1C1. Windows color (decimal): -4531879 or 5888442. OLE color: 5888442.

HSL color Cylindrical-coordinate representation of color #BAD959: hue angle of 74.53º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAD959 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 89 -
CMYK 0.14 0 0.59 0.15
HSL 74.53º 0.63% 0.6% -
HSV(B) 74.53º 0.59% 0.85% -
XYZ 46.87 60.79 18.71 -
YUV 193.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 186 217 89 0.14 0 0.59 0.15 74.53 0.63 0.6
Hex BA D9 59 E 0 3B F 4B 3F 3C
Octal 272 331 131 16 0 73 17 113 77 74
Binary 10111010 11011001 1011001 1110 0 111011 1111 1001011 111111 111100

Color Harmonies of #BAD959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD959

Black with #BAD959

Text Example


Text Example

White with #BAD959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD959; }

 p { color: rgb(186,217,89); }

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

background-color css

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

 a { background-color: rgb(186,217,89); }

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

border-color css

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

 span { border-color: rgb(186,217,89); }

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