Html Css Color HEX #BAEF56 Conifer

📋 copy color: '#BAEF56'

red 186 ◦ green 239 ◦ blue 86

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

Shades of Conifer #BAEF56

Tints of Conifer #BAEF56

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.77%

 BLUE value IS 86 (33.98% from 255) = 16.83%

R = 36.4%
G = 46.77%
B = 16.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#BAEF56 (or 0xBAEF56) is known color: Conifer. HEX triplet: BA, EF and 56. RGB value is (186,239,86). Sum of RGB (Red+Green+Blue) = 186+239+86=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEF56 is #4510A9. Grayscale: #CECECE. Windows color (decimal): -4526250 or 5697466. OLE color: 5697466.

HSL color Cylindrical-coordinate representation of color #BAEF56: hue angle of 80.78º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAEF56 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 86 -
CMYK 0.22 0 0.64 0.06
HSL 80.78º 0.83% 0.64% -
HSV(B) 80.78º 0.64% 0.94% -
XYZ 52.8 72.84 20.08 -
YUV 205.71 60.44 113.94 -
System Red Green Blue C M Y K H S L
Decimal 186 239 86 0.22 0 0.64 0.06 80.78 0.83 0.64
Hex BA EF 56 16 0 40 6 51 53 40
Octal 272 357 126 26 0 100 6 121 123 100
Binary 10111010 11101111 1010110 10110 0 1000000 110 1010001 1010011 1000000

Color Harmonies of #BAEF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEF56

Black with #BAEF56

Text Example


Text Example

White with #BAEF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEF56; }

 p { color: rgb(186,239,86); }

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

background-color css

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

 a { background-color: rgb(186,239,86); }

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

border-color css

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

 span { border-color: rgb(186,239,86); }

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