Html Css Color HEX #BAE452 Conifer

📋 copy color: '#BAE452'

red 186 ◦ green 228 ◦ blue 82

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

Shades of Conifer #BAE452

Tints of Conifer #BAE452

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.97%

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

R = 37.5%
G = 45.97%
B = 16.53%

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

#BAE452 (or 0xBAE452) is known color: Conifer. HEX triplet: BA, E4 and 52. RGB value is (186,228,82). Sum of RGB (Red+Green+Blue) = 186+228+82=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE452 is #451BAD. Grayscale: #C7C7C7. Windows color (decimal): -4529070 or 5432506. OLE color: 5432506.

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

Color convert

RGB 186 228 82 -
CMYK 0.18 0 0.64 0.11
HSL 77.26º 0.73% 0.61% -
HSV(B) 77.26º 0.64% 0.89% -
XYZ 49.52 66.54 18.22 -
YUV 198.8 62.09 118.87 -
System Red Green Blue C M Y K H S L
Decimal 186 228 82 0.18 0 0.64 0.11 77.26 0.73 0.61
Hex BA E4 52 12 0 40 B 4D 49 3D
Octal 272 344 122 22 0 100 13 115 111 75
Binary 10111010 11100100 1010010 10010 0 1000000 1011 1001101 1001001 111101

Color Harmonies of #BAE452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE452

Black with #BAE452

Text Example


Text Example

White with #BAE452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE452; }

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

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

background-color css

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

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

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

border-color css

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

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

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