Html Css Color HEX #BAF256 Conifer

📋 copy color: '#BAF256'

red 186 ◦ green 242 ◦ blue 86

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

Shades of Conifer #BAF256

Tints of Conifer #BAF256

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.08%

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

R = 36.19%
G = 47.08%
B = 16.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#BAF256 (or 0xBAF256) is known color: Conifer. HEX triplet: BA, F2 and 56. RGB value is (186,242,86). Sum of RGB (Red+Green+Blue) = 186+242+86=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF256 is #450DA9. Grayscale: #D0D0D0. Windows color (decimal): -4525482 or 5698234. OLE color: 5698234.

HSL color Cylindrical-coordinate representation of color #BAF256: hue angle of 81.54º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAF256 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 86 -
CMYK 0.23 0 0.64 0.05
HSL 81.54º 0.86% 0.64% -
HSV(B) 81.54º 0.64% 0.95% -
XYZ 53.68 74.62 20.38 -
YUV 207.47 59.45 112.68 -
System Red Green Blue C M Y K H S L
Decimal 186 242 86 0.23 0 0.64 0.05 81.54 0.86 0.64
Hex BA F2 56 17 0 40 5 52 56 40
Octal 272 362 126 27 0 100 5 122 126 100
Binary 10111010 11110010 1010110 10111 0 1000000 101 1010010 1010110 1000000

Color Harmonies of #BAF256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF256

Black with #BAF256

Text Example


Text Example

White with #BAF256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF256; }

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

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

background-color css

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

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

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

border-color css

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

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

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