Html Css Color HEX #BAF154 Conifer

📋 copy color: '#BAF154'

red 186 ◦ green 241 ◦ blue 84

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

Shades of Conifer #BAF154

Tints of Conifer #BAF154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.44%

R = 36.4%
G = 47.16%
B = 16.44%

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

#BAF154 (or 0xBAF154) is known color: Conifer. HEX triplet: BA, F1 and 54. RGB value is (186,241,84). Sum of RGB (Red+Green+Blue) = 186+241+84=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF154 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF154 is #450EAB. Grayscale: #CFCFCF. Windows color (decimal): -4525740 or 5566906. OLE color: 5566906.

HSL color Cylindrical-coordinate representation of color #BAF154: hue angle of 81.02º 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 #BAF154 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 84 -
CMYK 0.23 0 0.65 0.05
HSL 81.02º 0.85% 0.64% -
HSV(B) 81.02º 0.65% 0.95% -
XYZ 53.31 73.99 19.86 -
YUV 206.66 58.78 113.27 -
System Red Green Blue C M Y K H S L
Decimal 186 241 84 0.23 0 0.65 0.05 81.02 0.85 0.64
Hex BA F1 54 17 0 41 5 51 55 40
Octal 272 361 124 27 0 101 5 121 125 100
Binary 10111010 11110001 1010100 10111 0 1000001 101 1010001 1010101 1000000

Color Harmonies of #BAF154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF154

Black with #BAF154

Text Example


Text Example

White with #BAF154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF154; }

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

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

background-color css

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

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

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

border-color css

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

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

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