Html Css Color HEX #BAF64A Conifer

📋 copy color: '#BAF64A'

red 186 ◦ green 246 ◦ blue 74

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

Shades of Conifer #BAF64A

Tints of Conifer #BAF64A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.62%

 BLUE value IS 74 (29.3% from 255) = 14.62%

R = 36.76%
G = 48.62%
B = 14.62%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#BAF64A (or 0xBAF64A) is known color: Conifer. HEX triplet: BA, F6 and 4A. RGB value is (186,246,74). Sum of RGB (Red+Green+Blue) = 186+246+74=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF64A is #4509B5. Grayscale: #D1D1D1. Windows color (decimal): -4524470 or 4912826. OLE color: 4912826.

HSL color Cylindrical-coordinate representation of color #BAF64A: hue angle of 80.93º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAF64A is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 246 74 -
CMYK 0.24 0 0.70 0.04
HSL 80.93º 0.91% 0.63% -
HSV(B) 80.93º 0.7% 0.96% -
XYZ 54.44 76.85 18.44 -
YUV 208.45 52.12 111.99 -
System Red Green Blue C M Y K H S L
Decimal 186 246 74 0.24 0 0.70 0.04 80.93 0.91 0.63
Hex BA F6 4A 18 0 46 4 51 5B 3F
Octal 272 366 112 30 0 106 4 121 133 77
Binary 10111010 11110110 1001010 11000 0 1000110 100 1010001 1011011 111111

Color Harmonies of #BAF64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF64A

Black with #BAF64A

Text Example


Text Example

White with #BAF64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF64A; }

 p { color: rgb(186,246,74); }

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

background-color css

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

 a { background-color: rgb(186,246,74); }

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

border-color css

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

 span { border-color: rgb(186,246,74); }

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