Html Css Color HEX #BAF94D Conifer

📋 copy color: '#BAF94D'

red 186 ◦ green 249 ◦ blue 77

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

Shades of Conifer #BAF94D

Tints of Conifer #BAF94D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.63%

 BLUE value IS 77 (30.47% from 255) = 15.04%

R = 36.33%
G = 48.63%
B = 15.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#BAF94D (or 0xBAF94D) is known color: Conifer. HEX triplet: BA, F9 and 4D. RGB value is (186,249,77). Sum of RGB (Red+Green+Blue) = 186+249+77=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF94D is #4506B2. Grayscale: #D3D3D3. Windows color (decimal): -4523699 or 5110202. OLE color: 5110202.

HSL color Cylindrical-coordinate representation of color #BAF94D: hue angle of 81.98º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAF94D is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 249 77 -
CMYK 0.25 0 0.69 0.02
HSL 81.98º 0.93% 0.64% -
HSV(B) 81.98º 0.69% 0.98% -
XYZ 55.46 78.73 19.29 -
YUV 210.56 52.63 110.49 -
System Red Green Blue C M Y K H S L
Decimal 186 249 77 0.25 0 0.69 0.02 81.98 0.93 0.64
Hex BA F9 4D 19 0 45 2 52 5D 40
Octal 272 371 115 31 0 105 2 122 135 100
Binary 10111010 11111001 1001101 11001 0 1000101 10 1010010 1011101 1000000

Color Harmonies of #BAF94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF94D

Black with #BAF94D

Text Example


Text Example

White with #BAF94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF94D; }

 p { color: rgb(186,249,77); }

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

background-color css

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

 a { background-color: rgb(186,249,77); }

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

border-color css

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

 span { border-color: rgb(186,249,77); }

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