Html Css Color HEX #BAE062 Conifer

📋 copy color: '#BAE062'

red 186 ◦ green 224 ◦ blue 98

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

Shades of Conifer #BAE062

Tints of Conifer #BAE062

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.09%

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

R = 36.61%
G = 44.09%
B = 19.29%

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

#BAE062 (or 0xBAE062) is known color: Conifer. HEX triplet: BA, E0 and 62. RGB value is (186,224,98). Sum of RGB (Red+Green+Blue) = 186+224+98=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE062 is #451F9D. Grayscale: #C6C6C6. Windows color (decimal): -4530078 or 6480058. OLE color: 6480058.

HSL color Cylindrical-coordinate representation of color #BAE062: hue angle of 78.1º degrees, saturation: 0.67, 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 #BAE062 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 98 -
CMYK 0.17 0 0.56 0.12
HSL 78.1º 0.67% 0.63% -
HSV(B) 78.1º 0.56% 0.88% -
XYZ 49.11 64.63 21.44 -
YUV 198.27 71.41 119.25 -
System Red Green Blue C M Y K H S L
Decimal 186 224 98 0.17 0 0.56 0.12 78.1 0.67 0.63
Hex BA E0 62 11 0 38 C 4E 43 3F
Octal 272 340 142 21 0 70 14 116 103 77
Binary 10111010 11100000 1100010 10001 0 111000 1100 1001110 1000011 111111

Color Harmonies of #BAE062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE062

Black with #BAE062

Text Example


Text Example

White with #BAE062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE062; }

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

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

background-color css

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

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

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

border-color css

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

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

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