Html Css Color HEX #BAE841 Conifer

📋 copy color: '#BAE841'

red 186 ◦ green 232 ◦ blue 65

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

Shades of Conifer #BAE841

Tints of Conifer #BAE841

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.03%

 BLUE value IS 65 (25.78% from 255) = 13.46%

R = 38.51%
G = 48.03%
B = 13.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#BAE841 (or 0xBAE841) is known color: Conifer. HEX triplet: BA, E8 and 41. RGB value is (186,232,65). Sum of RGB (Red+Green+Blue) = 186+232+65=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE841 is #4517BE. Grayscale: #C7C7C7. Windows color (decimal): -4528063 or 4319418. OLE color: 4319418.

HSL color Cylindrical-coordinate representation of color #BAE841: hue angle of 76.53º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAE841 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 65 -
CMYK 0.20 0 0.72 0.09
HSL 76.53º 0.78% 0.58% -
HSV(B) 76.53º 0.72% 0.91% -
XYZ 50.06 68.53 15.59 -
YUV 199.21 52.26 118.58 -
System Red Green Blue C M Y K H S L
Decimal 186 232 65 0.20 0 0.72 0.09 76.53 0.78 0.58
Hex BA E8 41 14 0 48 9 4D 4E 3A
Octal 272 350 101 24 0 110 11 115 116 72
Binary 10111010 11101000 1000001 10100 0 1001000 1001 1001101 1001110 111010

Color Harmonies of #BAE841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE841

Black with #BAE841

Text Example


Text Example

White with #BAE841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE841; }

 p { color: rgb(186,232,65); }

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

background-color css

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

 a { background-color: rgb(186,232,65); }

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

border-color css

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

 span { border-color: rgb(186,232,65); }

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