Html Css Color HEX #BAD85C Conifer

📋 copy color: '#BAD85C'

red 186 ◦ green 216 ◦ blue 92

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

Shades of Conifer #BAD85C

Tints of Conifer #BAD85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.62%

R = 37.65%
G = 43.72%
B = 18.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#BAD85C (or 0xBAD85C) is known color: Conifer. HEX triplet: BA, D8 and 5C. RGB value is (186,216,92). Sum of RGB (Red+Green+Blue) = 186+216+92=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD85C is #4527A3. Grayscale: #C1C1C1. Windows color (decimal): -4532132 or 6084794. OLE color: 6084794.

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

Color convert

RGB 186 216 92 -
CMYK 0.14 0 0.57 0.15
HSL 74.52º 0.61% 0.6% -
HSV(B) 74.52º 0.57% 0.85% -
XYZ 46.74 60.32 19.31 -
YUV 192.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 186 216 92 0.14 0 0.57 0.15 74.52 0.61 0.6
Hex BA D8 5C E 0 39 F 4B 3D 3C
Octal 272 330 134 16 0 71 17 113 75 74
Binary 10111010 11011000 1011100 1110 0 111001 1111 1001011 111101 111100

Color Harmonies of #BAD85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD85C

Black with #BAD85C

Text Example


Text Example

White with #BAD85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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