Html Css Color HEX #BAE143 Conifer

📋 copy color: '#BAE143'

red 186 ◦ green 225 ◦ blue 67

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

Shades of Conifer #BAE143

Tints of Conifer #BAE143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.02%

R = 38.91%
G = 47.07%
B = 14.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#BAE143 (or 0xBAE143) is known color: Conifer. HEX triplet: BA, E1 and 43. RGB value is (186,225,67). Sum of RGB (Red+Green+Blue) = 186+225+67=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 67 (26.56% from 255 or 14.02% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE143 is #451EBC. Grayscale: #C3C3C3. Windows color (decimal): -4529853 or 4448698. OLE color: 4448698.

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

Color convert

RGB 186 225 67 -
CMYK 0.17 0 0.70 0.12
HSL 74.81º 0.72% 0.57% -
HSV(B) 74.81º 0.7% 0.88% -
XYZ 48.19 64.69 15.26 -
YUV 195.33 55.58 121.35 -
System Red Green Blue C M Y K H S L
Decimal 186 225 67 0.17 0 0.70 0.12 74.81 0.72 0.57
Hex BA E1 43 11 0 46 C 4B 48 39
Octal 272 341 103 21 0 106 14 113 110 71
Binary 10111010 11100001 1000011 10001 0 1000110 1100 1001011 1001000 111001

Color Harmonies of #BAE143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE143

Black with #BAE143

Text Example


Text Example

White with #BAE143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE143; }

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

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

background-color css

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

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

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

border-color css

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

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

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