Html Css Color HEX #BAEA57 Conifer

📋 copy color: '#BAEA57'

red 186 ◦ green 234 ◦ blue 87

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

Shades of Conifer #BAEA57

Tints of Conifer #BAEA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.16%

R = 36.69%
G = 46.15%
B = 17.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#BAEA57 (or 0xBAEA57) is known color: Conifer. HEX triplet: BA, EA and 57. RGB value is (186,234,87). Sum of RGB (Red+Green+Blue) = 186+234+87=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA57 is #4515A8. Grayscale: #CBCBCB. Windows color (decimal): -4527529 or 5761722. OLE color: 5761722.

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

Color convert

RGB 186 234 87 -
CMYK 0.21 0 0.63 0.08
HSL 79.59º 0.78% 0.63% -
HSV(B) 79.59º 0.63% 0.92% -
XYZ 51.39 69.97 19.81 -
YUV 202.89 62.6 115.95 -
System Red Green Blue C M Y K H S L
Decimal 186 234 87 0.21 0 0.63 0.08 79.59 0.78 0.63
Hex BA EA 57 15 0 3F 8 50 4E 3F
Octal 272 352 127 25 0 77 10 120 116 77
Binary 10111010 11101010 1010111 10101 0 111111 1000 1010000 1001110 111111

Color Harmonies of #BAEA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA57

Black with #BAEA57

Text Example


Text Example

White with #BAEA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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