Html Css Color HEX #BAF260 Conifer

📋 copy color: '#BAF260'

red 186 ◦ green 242 ◦ blue 96

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

Shades of Conifer #BAF260

Tints of Conifer #BAF260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.32%

R = 35.5%
G = 46.18%
B = 18.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#BAF260 (or 0xBAF260) is known color: Conifer. HEX triplet: BA, F2 and 60. RGB value is (186,242,96). Sum of RGB (Red+Green+Blue) = 186+242+96=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF260 is #450D9F. Grayscale: #D1D1D1. Windows color (decimal): -4525472 or 6353594. OLE color: 6353594.

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

Color convert

RGB 186 242 96 -
CMYK 0.23 0 0.60 0.05
HSL 83.01º 0.85% 0.66% -
HSV(B) 83.01º 0.6% 0.95% -
XYZ 54.11 74.79 22.65 -
YUV 208.61 64.45 111.87 -
System Red Green Blue C M Y K H S L
Decimal 186 242 96 0.23 0 0.60 0.05 83.01 0.85 0.66
Hex BA F2 60 17 0 3C 5 53 55 42
Octal 272 362 140 27 0 74 5 123 125 102
Binary 10111010 11110010 1100000 10111 0 111100 101 1010011 1010101 1000010

Color Harmonies of #BAF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF260

Black with #BAF260

Text Example


Text Example

White with #BAF260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF260; }

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

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

background-color css

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

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

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

border-color css

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

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

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