Html Css Color HEX #BAE540 Conifer

📋 copy color: '#BAE540'

red 186 ◦ green 229 ◦ blue 64

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

Shades of Conifer #BAE540

Tints of Conifer #BAE540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.36%

R = 38.83%
G = 47.81%
B = 13.36%

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

#BAE540 (or 0xBAE540) is known color: Conifer. HEX triplet: BA, E5 and 40. RGB value is (186,229,64). Sum of RGB (Red+Green+Blue) = 186+229+64=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE540 is #451ABF. Grayscale: #C5C5C5. Windows color (decimal): -4528832 or 4253114. OLE color: 4253114.

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

Color convert

RGB 186 229 64 -
CMYK 0.19 0 0.72 0.10
HSL 75.64º 0.76% 0.57% -
HSV(B) 75.64º 0.72% 0.9% -
XYZ 49.19 66.85 15.16 -
YUV 197.33 52.75 119.92 -
System Red Green Blue C M Y K H S L
Decimal 186 229 64 0.19 0 0.72 0.10 75.64 0.76 0.57
Hex BA E5 40 13 0 48 A 4C 4C 39
Octal 272 345 100 23 0 110 12 114 114 71
Binary 10111010 11100101 1000000 10011 0 1001000 1010 1001100 1001100 111001

Color Harmonies of #BAE540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE540

Black with #BAE540

Text Example


Text Example

White with #BAE540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE540; }

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

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

background-color css

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

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

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

border-color css

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

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

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