Html Css Color HEX #BAE455 Conifer

📋 copy color: '#BAE455'

red 186 ◦ green 228 ◦ blue 85

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

Shades of Conifer #BAE455

Tints of Conifer #BAE455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.03%

R = 37.27%
G = 45.69%
B = 17.03%

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

#BAE455 (or 0xBAE455) is known color: Conifer. HEX triplet: BA, E4 and 55. RGB value is (186,228,85). Sum of RGB (Red+Green+Blue) = 186+228+85=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE455 is #451BAA. Grayscale: #C7C7C7. Windows color (decimal): -4529067 or 5629114. OLE color: 5629114.

HSL color Cylindrical-coordinate representation of color #BAE455: hue angle of 77.62º 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 #BAE455 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 85 -
CMYK 0.18 0 0.63 0.11
HSL 77.62º 0.73% 0.61% -
HSV(B) 77.62º 0.63% 0.89% -
XYZ 49.63 66.58 18.83 -
YUV 199.14 63.59 118.63 -
System Red Green Blue C M Y K H S L
Decimal 186 228 85 0.18 0 0.63 0.11 77.62 0.73 0.61
Hex BA E4 55 12 0 3F B 4E 49 3D
Octal 272 344 125 22 0 77 13 116 111 75
Binary 10111010 11100100 1010101 10010 0 111111 1011 1001110 1001001 111101

Color Harmonies of #BAE455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE455

Black with #BAE455

Text Example


Text Example

White with #BAE455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE455; }

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

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

background-color css

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

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

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

border-color css

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

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

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