Html Css Color HEX #BAE541 Conifer

📋 copy color: '#BAE541'

red 186 ◦ green 229 ◦ blue 65

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

Shades of Conifer #BAE541

Tints of Conifer #BAE541

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.71%

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

R = 38.75%
G = 47.71%
B = 13.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#BAE541 (or 0xBAE541) is known color: Conifer. HEX triplet: BA, E5 and 41. RGB value is (186,229,65). Sum of RGB (Red+Green+Blue) = 186+229+65=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE541 is #451ABE. Grayscale: #C6C6C6. Windows color (decimal): -4528831 or 4318650. OLE color: 4318650.

HSL color Cylindrical-coordinate representation of color #BAE541: hue angle of 75.73º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAE541 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 65 -
CMYK 0.19 0 0.72 0.10
HSL 75.73º 0.76% 0.58% -
HSV(B) 75.73º 0.72% 0.9% -
XYZ 49.22 66.86 15.31 -
YUV 197.45 53.25 119.84 -
System Red Green Blue C M Y K H S L
Decimal 186 229 65 0.19 0 0.72 0.10 75.73 0.76 0.58
Hex BA E5 41 13 0 48 A 4C 4C 3A
Octal 272 345 101 23 0 110 12 114 114 72
Binary 10111010 11100101 1000001 10011 0 1001000 1010 1001100 1001100 111010

Color Harmonies of #BAE541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE541

Black with #BAE541

Text Example


Text Example

White with #BAE541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE541; }

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

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

background-color css

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

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

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

border-color css

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

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

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