Html Css Color HEX #BAE242 Conifer

📋 copy color: '#BAE242'

red 186 ◦ green 226 ◦ blue 66

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

Shades of Conifer #BAE242

Tints of Conifer #BAE242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.81%

R = 38.91%
G = 47.28%
B = 13.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#BAE242 (or 0xBAE242) is known color: Conifer. HEX triplet: BA, E2 and 42. RGB value is (186,226,66). Sum of RGB (Red+Green+Blue) = 186+226+66=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE242 is #451DBD. Grayscale: #C4C4C4. Windows color (decimal): -4529598 or 4383418. OLE color: 4383418.

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

Color convert

RGB 186 226 66 -
CMYK 0.18 0 0.71 0.11
HSL 75º 0.73% 0.57% -
HSV(B) 75º 0.71% 0.89% -
XYZ 48.43 65.23 15.19 -
YUV 195.8 54.75 121.01 -
System Red Green Blue C M Y K H S L
Decimal 186 226 66 0.18 0 0.71 0.11 75 0.73 0.57
Hex BA E2 42 12 0 47 B 4B 49 39
Octal 272 342 102 22 0 107 13 113 111 71
Binary 10111010 11100010 1000010 10010 0 1000111 1011 1001011 1001001 111001

Color Harmonies of #BAE242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE242

Black with #BAE242

Text Example


Text Example

White with #BAE242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE242; }

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

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

background-color css

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

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

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

border-color css

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

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

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