Html Css Color HEX #BAE252 Conifer

📋 copy color: '#BAE252'

red 186 ◦ green 226 ◦ blue 82

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

Shades of Conifer #BAE252

Tints of Conifer #BAE252

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.75%

 BLUE value IS 82 (32.42% from 255) = 16.6%

R = 37.65%
G = 45.75%
B = 16.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#BAE252 (or 0xBAE252) is known color: Conifer. HEX triplet: BA, E2 and 52. RGB value is (186,226,82). Sum of RGB (Red+Green+Blue) = 186+226+82=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE252 is #451DAD. Grayscale: #C6C6C6. Windows color (decimal): -4529582 or 5431994. OLE color: 5431994.

HSL color Cylindrical-coordinate representation of color #BAE252: hue angle of 76.67º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAE252 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 82 -
CMYK 0.18 0 0.64 0.11
HSL 76.67º 0.71% 0.6% -
HSV(B) 76.67º 0.64% 0.89% -
XYZ 48.97 65.44 18.03 -
YUV 197.62 62.75 119.71 -
System Red Green Blue C M Y K H S L
Decimal 186 226 82 0.18 0 0.64 0.11 76.67 0.71 0.6
Hex BA E2 52 12 0 40 B 4D 47 3C
Octal 272 342 122 22 0 100 13 115 107 74
Binary 10111010 11100010 1010010 10010 0 1000000 1011 1001101 1000111 111100

Color Harmonies of #BAE252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE252

Black with #BAE252

Text Example


Text Example

White with #BAE252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE252; }

 p { color: rgb(186,226,82); }

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

background-color css

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

 a { background-color: rgb(186,226,82); }

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

border-color css

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

 span { border-color: rgb(186,226,82); }

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