Html Css Color HEX #BAE162 Conifer

📋 copy color: '#BAE162'

red 186 ◦ green 225 ◦ blue 98

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

Shades of Conifer #BAE162

Tints of Conifer #BAE162

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.2%

 BLUE value IS 98 (38.67% from 255) = 19.25%

R = 36.54%
G = 44.2%
B = 19.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#BAE162 (or 0xBAE162) is known color: Conifer. HEX triplet: BA, E1 and 62. RGB value is (186,225,98). Sum of RGB (Red+Green+Blue) = 186+225+98=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE162 is #451E9D. Grayscale: #C7C7C7. Windows color (decimal): -4529822 or 6480314. OLE color: 6480314.

HSL color Cylindrical-coordinate representation of color #BAE162: hue angle of 78.43º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAE162 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 98 -
CMYK 0.17 0 0.56 0.12
HSL 78.43º 0.68% 0.63% -
HSV(B) 78.43º 0.56% 0.88% -
XYZ 49.38 65.17 21.53 -
YUV 198.86 71.08 118.83 -
System Red Green Blue C M Y K H S L
Decimal 186 225 98 0.17 0 0.56 0.12 78.43 0.68 0.63
Hex BA E1 62 11 0 38 C 4E 44 3F
Octal 272 341 142 21 0 70 14 116 104 77
Binary 10111010 11100001 1100010 10001 0 111000 1100 1001110 1000100 111111

Color Harmonies of #BAE162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE162

Black with #BAE162

Text Example


Text Example

White with #BAE162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE162; }

 p { color: rgb(186,225,98); }

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

background-color css

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

 a { background-color: rgb(186,225,98); }

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

border-color css

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

 span { border-color: rgb(186,225,98); }

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