Html Css Color HEX #BAE454 Conifer

📋 copy color: '#BAE454'

red 186 ◦ green 228 ◦ blue 84

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

Shades of Conifer #BAE454

Tints of Conifer #BAE454

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.78%

 BLUE value IS 84 (33.2% from 255) = 16.87%

R = 37.35%
G = 45.78%
B = 16.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#BAE454 (or 0xBAE454) is known color: Conifer. HEX triplet: BA, E4 and 54. RGB value is (186,228,84). Sum of RGB (Red+Green+Blue) = 186+228+84=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE454 is #451BAB. Grayscale: #C7C7C7. Windows color (decimal): -4529068 or 5563578. OLE color: 5563578.

HSL color Cylindrical-coordinate representation of color #BAE454: hue angle of 77.5º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAE454 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 84 -
CMYK 0.18 0 0.63 0.11
HSL 77.5º 0.73% 0.61% -
HSV(B) 77.5º 0.63% 0.89% -
XYZ 49.59 66.57 18.62 -
YUV 199.03 63.09 118.71 -
System Red Green Blue C M Y K H S L
Decimal 186 228 84 0.18 0 0.63 0.11 77.5 0.73 0.61
Hex BA E4 54 12 0 3F B 4E 49 3D
Octal 272 344 124 22 0 77 13 116 111 75
Binary 10111010 11100100 1010100 10010 0 111111 1011 1001110 1001001 111101

Color Harmonies of #BAE454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE454

Black with #BAE454

Text Example


Text Example

White with #BAE454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE454; }

 p { color: rgb(186,228,84); }

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

background-color css

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

 a { background-color: rgb(186,228,84); }

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

border-color css

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

 span { border-color: rgb(186,228,84); }

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