Html Css Color HEX #BAE463 Conifer

📋 copy color: '#BAE463'

red 186 ◦ green 228 ◦ blue 99

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

Shades of Conifer #BAE463

Tints of Conifer #BAE463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.3%

R = 36.26%
G = 44.44%
B = 19.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#BAE463 (or 0xBAE463) is known color: Conifer. HEX triplet: BA, E4 and 63. RGB value is (186,228,99). Sum of RGB (Red+Green+Blue) = 186+228+99=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE463 is #451B9C. Grayscale: #C9C9C9. Windows color (decimal): -4529053 or 6546618. OLE color: 6546618.

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

Color convert

RGB 186 228 99 -
CMYK 0.18 0 0.57 0.11
HSL 79.53º 0.7% 0.64% -
HSV(B) 79.53º 0.57% 0.89% -
XYZ 50.25 66.83 22.06 -
YUV 200.74 70.59 117.49 -
System Red Green Blue C M Y K H S L
Decimal 186 228 99 0.18 0 0.57 0.11 79.53 0.7 0.64
Hex BA E4 63 12 0 39 B 50 46 40
Octal 272 344 143 22 0 71 13 120 106 100
Binary 10111010 11100100 1100011 10010 0 111001 1011 1010000 1000110 1000000

Color Harmonies of #BAE463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE463

Black with #BAE463

Text Example


Text Example

White with #BAE463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE463; }

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

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

background-color css

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

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

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

border-color css

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

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

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