Html Css Color HEX #BAF046 Conifer

📋 copy color: '#BAF046'

red 186 ◦ green 240 ◦ blue 70

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

Shades of Conifer #BAF046

Tints of Conifer #BAF046

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.39%

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

R = 37.5%
G = 48.39%
B = 14.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#BAF046 (or 0xBAF046) is known color: Conifer. HEX triplet: BA, F0 and 46. RGB value is (186,240,70). Sum of RGB (Red+Green+Blue) = 186+240+70=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF046 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF046 is #450FB9. Grayscale: #CDCDCD. Windows color (decimal): -4526010 or 4649146. OLE color: 4649146.

HSL color Cylindrical-coordinate representation of color #BAF046: hue angle of 79.06º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAF046 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 70 -
CMYK 0.22 0 0.71 0.06
HSL 79.06º 0.85% 0.61% -
HSV(B) 79.06º 0.71% 0.94% -
XYZ 52.52 73.2 17.16 -
YUV 204.47 52.11 114.82 -
System Red Green Blue C M Y K H S L
Decimal 186 240 70 0.22 0 0.71 0.06 79.06 0.85 0.61
Hex BA F0 46 16 0 47 6 4F 55 3D
Octal 272 360 106 26 0 107 6 117 125 75
Binary 10111010 11110000 1000110 10110 0 1000111 110 1001111 1010101 111101

Color Harmonies of #BAF046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF046

Black with #BAF046

Text Example


Text Example

White with #BAF046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF046; }

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

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

background-color css

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

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

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

border-color css

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

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

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