Html Css Color HEX #BAE258 Conifer

📋 copy color: '#BAE258'

red 186 ◦ green 226 ◦ blue 88

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

Shades of Conifer #BAE258

Tints of Conifer #BAE258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.6%

R = 37.2%
G = 45.2%
B = 17.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#BAE258 (or 0xBAE258) is known color: Conifer. HEX triplet: BA, E2 and 58. RGB value is (186,226,88). Sum of RGB (Red+Green+Blue) = 186+226+88=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE258 is #451DA7. Grayscale: #C6C6C6. Windows color (decimal): -4529576 or 5825210. OLE color: 5825210.

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

Color convert

RGB 186 226 88 -
CMYK 0.18 0 0.61 0.11
HSL 77.39º 0.7% 0.62% -
HSV(B) 77.39º 0.61% 0.89% -
XYZ 49.21 65.54 19.29 -
YUV 198.31 65.75 119.22 -
System Red Green Blue C M Y K H S L
Decimal 186 226 88 0.18 0 0.61 0.11 77.39 0.7 0.62
Hex BA E2 58 12 0 3D B 4D 46 3E
Octal 272 342 130 22 0 75 13 115 106 76
Binary 10111010 11100010 1011000 10010 0 111101 1011 1001101 1000110 111110

Color Harmonies of #BAE258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE258

Black with #BAE258

Text Example


Text Example

White with #BAE258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE258; }

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

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

background-color css

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

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

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

border-color css

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

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

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