Html Css Color HEX #BAF346 Conifer

📋 copy color: '#BAF346'

red 186 ◦ green 243 ◦ blue 70

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

Shades of Conifer #BAF346

Tints of Conifer #BAF346

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.7%

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

R = 37.27%
G = 48.7%
B = 14.03%

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

#BAF346 (or 0xBAF346) is known color: Conifer. HEX triplet: BA, F3 and 46. RGB value is (186,243,70). Sum of RGB (Red+Green+Blue) = 186+243+70=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF346 is #450CB9. Grayscale: #CECECE. Windows color (decimal): -4525242 or 4649914. OLE color: 4649914.

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

Color convert

RGB 186 243 70 -
CMYK 0.23 0 0.71 0.05
HSL 79.77º 0.88% 0.61% -
HSV(B) 79.77º 0.71% 0.95% -
XYZ 53.41 74.98 17.45 -
YUV 206.24 51.12 113.57 -
System Red Green Blue C M Y K H S L
Decimal 186 243 70 0.23 0 0.71 0.05 79.77 0.88 0.61
Hex BA F3 46 17 0 47 5 50 58 3D
Octal 272 363 106 27 0 107 5 120 130 75
Binary 10111010 11110011 1000110 10111 0 1000111 101 1010000 1011000 111101

Color Harmonies of #BAF346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF346

Black with #BAF346

Text Example


Text Example

White with #BAF346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF346; }

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

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

background-color css

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

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

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

border-color css

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

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

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