Html Css Color HEX #BAE762 Conifer

📋 copy color: '#BAE762'

red 186 ◦ green 231 ◦ blue 98

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

Shades of Conifer #BAE762

Tints of Conifer #BAE762

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.85%

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

R = 36.12%
G = 44.85%
B = 19.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#BAE762 (or 0xBAE762) is known color: Conifer. HEX triplet: BA, E7 and 62. RGB value is (186,231,98). Sum of RGB (Red+Green+Blue) = 186+231+98=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE762 is #45189D. Grayscale: #CACACA. Windows color (decimal): -4528286 or 6481850. OLE color: 6481850.

HSL color Cylindrical-coordinate representation of color #BAE762: hue angle of 80.3º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAE762 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 98 -
CMYK 0.19 0 0.58 0.09
HSL 80.3º 0.73% 0.65% -
HSV(B) 80.3º 0.58% 0.91% -
XYZ 51.03 68.47 22.08 -
YUV 202.38 69.09 116.31 -
System Red Green Blue C M Y K H S L
Decimal 186 231 98 0.19 0 0.58 0.09 80.3 0.73 0.65
Hex BA E7 62 13 0 3A 9 50 49 41
Octal 272 347 142 23 0 72 11 120 111 101
Binary 10111010 11100111 1100010 10011 0 111010 1001 1010000 1001001 1000001

Color Harmonies of #BAE762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE762

Black with #BAE762

Text Example


Text Example

White with #BAE762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE762; }

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

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

background-color css

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

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

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

border-color css

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

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

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