Html Css Color HEX #BAD95A Conifer

📋 copy color: '#BAD95A'

red 186 ◦ green 217 ◦ blue 90

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

Shades of Conifer #BAD95A

Tints of Conifer #BAD95A

RGB

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

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

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

R = 37.73%
G = 44.02%
B = 18.26%

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

#BAD95A (or 0xBAD95A) is known color: Conifer. HEX triplet: BA, D9 and 5A. RGB value is (186,217,90). Sum of RGB (Red+Green+Blue) = 186+217+90=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD95A is #4526A5. Grayscale: #C1C1C1. Windows color (decimal): -4531878 or 5953978. OLE color: 5953978.

HSL color Cylindrical-coordinate representation of color #BAD95A: hue angle of 74.65º 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 #BAD95A is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 90 -
CMYK 0.14 0 0.59 0.15
HSL 74.65º 0.63% 0.6% -
HSV(B) 74.65º 0.59% 0.85% -
XYZ 46.91 60.8 18.94 -
YUV 193.25 69.73 122.83 -
System Red Green Blue C M Y K H S L
Decimal 186 217 90 0.14 0 0.59 0.15 74.65 0.63 0.6
Hex BA D9 5A E 0 3B F 4B 3F 3C
Octal 272 331 132 16 0 73 17 113 77 74
Binary 10111010 11011001 1011010 1110 0 111011 1111 1001011 111111 111100

Color Harmonies of #BAD95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD95A

Black with #BAD95A

Text Example


Text Example

White with #BAD95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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