Html Css Color HEX #BAE142 Conifer

📋 copy color: '#BAE142'

red 186 ◦ green 225 ◦ blue 66

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

Shades of Conifer #BAE142

Tints of Conifer #BAE142

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.17%

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

R = 38.99%
G = 47.17%
B = 13.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#BAE142 (or 0xBAE142) is known color: Conifer. HEX triplet: BA, E1 and 42. RGB value is (186,225,66). Sum of RGB (Red+Green+Blue) = 186+225+66=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE142 is #451EBD. Grayscale: #C3C3C3. Windows color (decimal): -4529854 or 4383162. OLE color: 4383162.

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

Color convert

RGB 186 225 66 -
CMYK 0.17 0 0.71 0.12
HSL 74.72º 0.73% 0.57% -
HSV(B) 74.72º 0.71% 0.88% -
XYZ 48.16 64.68 15.1 -
YUV 195.21 55.08 121.43 -
System Red Green Blue C M Y K H S L
Decimal 186 225 66 0.17 0 0.71 0.12 74.72 0.73 0.57
Hex BA E1 42 11 0 47 C 4B 49 39
Octal 272 341 102 21 0 107 14 113 111 71
Binary 10111010 11100001 1000010 10001 0 1000111 1100 1001011 1001001 111001

Color Harmonies of #BAE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE142

Black with #BAE142

Text Example


Text Example

White with #BAE142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE142; }

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

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

background-color css

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

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

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

border-color css

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

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

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