Html Css Color HEX #BAD85B Conifer

📋 copy color: '#BAD85B'

red 186 ◦ green 216 ◦ blue 91

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

Shades of Conifer #BAD85B

Tints of Conifer #BAD85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.81%

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

R = 37.73%
G = 43.81%
B = 18.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#BAD85B (or 0xBAD85B) is known color: Conifer. HEX triplet: BA, D8 and 5B. RGB value is (186,216,91). Sum of RGB (Red+Green+Blue) = 186+216+91=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD85B is #4527A4. Grayscale: #C1C1C1. Windows color (decimal): -4532133 or 6019258. OLE color: 6019258.

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

Color convert

RGB 186 216 91 -
CMYK 0.14 0 0.58 0.15
HSL 74.4º 0.62% 0.6% -
HSV(B) 74.4º 0.58% 0.85% -
XYZ 46.69 60.31 19.08 -
YUV 192.78 70.56 123.16 -
System Red Green Blue C M Y K H S L
Decimal 186 216 91 0.14 0 0.58 0.15 74.4 0.62 0.6
Hex BA D8 5B E 0 3A F 4A 3E 3C
Octal 272 330 133 16 0 72 17 112 76 74
Binary 10111010 11011000 1011011 1110 0 111010 1111 1001010 111110 111100

Color Harmonies of #BAD85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD85B

Black with #BAD85B

Text Example


Text Example

White with #BAD85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD85B; }

 p { color: rgb(186,216,91); }

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

background-color css

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

 a { background-color: rgb(186,216,91); }

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

border-color css

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

 span { border-color: rgb(186,216,91); }

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