Html Css Color HEX #BAEA63 Conifer

📋 copy color: '#BAEA63'

red 186 ◦ green 234 ◦ blue 99

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

Shades of Conifer #BAEA63

Tints of Conifer #BAEA63

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.09%

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

R = 35.84%
G = 45.09%
B = 19.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#BAEA63 (or 0xBAEA63) is known color: Conifer. HEX triplet: BA, EA and 63. RGB value is (186,234,99). Sum of RGB (Red+Green+Blue) = 186+234+99=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA63 is #45159C. Grayscale: #CCCCCC. Windows color (decimal): -4527517 or 6548154. OLE color: 6548154.

HSL color Cylindrical-coordinate representation of color #BAEA63: hue angle of 81.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAEA63 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 99 -
CMYK 0.21 0 0.58 0.08
HSL 81.33º 0.76% 0.65% -
HSV(B) 81.33º 0.58% 0.92% -
XYZ 51.92 70.19 22.61 -
YUV 204.26 68.6 114.98 -
System Red Green Blue C M Y K H S L
Decimal 186 234 99 0.21 0 0.58 0.08 81.33 0.76 0.65
Hex BA EA 63 15 0 3A 8 51 4C 41
Octal 272 352 143 25 0 72 10 121 114 101
Binary 10111010 11101010 1100011 10101 0 111010 1000 1010001 1001100 1000001

Color Harmonies of #BAEA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA63

Black with #BAEA63

Text Example


Text Example

White with #BAEA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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