Html Css Color HEX #BAF155 Conifer

📋 copy color: '#BAF155'

red 186 ◦ green 241 ◦ blue 85

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

Shades of Conifer #BAF155

Tints of Conifer #BAF155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.07%

 BLUE value IS 85 (33.59% from 255) = 16.6%

R = 36.33%
G = 47.07%
B = 16.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#BAF155 (or 0xBAF155) is known color: Conifer. HEX triplet: BA, F1 and 55. RGB value is (186,241,85). Sum of RGB (Red+Green+Blue) = 186+241+85=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF155 is #450EAA. Grayscale: #CFCFCF. Windows color (decimal): -4525739 or 5632442. OLE color: 5632442.

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

Color convert

RGB 186 241 85 -
CMYK 0.23 0 0.65 0.05
HSL 81.15º 0.85% 0.64% -
HSV(B) 81.15º 0.65% 0.95% -
XYZ 53.34 74.01 20.07 -
YUV 206.77 59.28 113.18 -
System Red Green Blue C M Y K H S L
Decimal 186 241 85 0.23 0 0.65 0.05 81.15 0.85 0.64
Hex BA F1 55 17 0 41 5 51 55 40
Octal 272 361 125 27 0 101 5 121 125 100
Binary 10111010 11110001 1010101 10111 0 1000001 101 1010001 1010101 1000000

Color Harmonies of #BAF155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF155

Black with #BAF155

Text Example


Text Example

White with #BAF155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF155; }

 p { color: rgb(186,241,85); }

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

background-color css

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

 a { background-color: rgb(186,241,85); }

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

border-color css

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

 span { border-color: rgb(186,241,85); }

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