Html Css Color HEX #BAF146 Conifer

📋 copy color: '#BAF146'

red 186 ◦ green 241 ◦ blue 70

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

Shades of Conifer #BAF146

Tints of Conifer #BAF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.08%

R = 37.42%
G = 48.49%
B = 14.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#BAF146 (or 0xBAF146) is known color: Conifer. HEX triplet: BA, F1 and 46. RGB value is (186,241,70). Sum of RGB (Red+Green+Blue) = 186+241+70=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF146 is #450EB9. Grayscale: #CDCDCD. Windows color (decimal): -4525754 or 4649402. OLE color: 4649402.

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

Color convert

RGB 186 241 70 -
CMYK 0.23 0 0.71 0.05
HSL 79.3º 0.86% 0.61% -
HSV(B) 79.3º 0.71% 0.95% -
XYZ 52.81 73.79 17.25 -
YUV 205.06 51.78 114.4 -
System Red Green Blue C M Y K H S L
Decimal 186 241 70 0.23 0 0.71 0.05 79.3 0.86 0.61
Hex BA F1 46 17 0 47 5 4F 56 3D
Octal 272 361 106 27 0 107 5 117 126 75
Binary 10111010 11110001 1000110 10111 0 1000111 101 1001111 1010110 111101

Color Harmonies of #BAF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF146

Black with #BAF146

Text Example


Text Example

White with #BAF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF146; }

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

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

background-color css

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

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

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

border-color css

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

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

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