Html Css Color HEX #BAF64C Conifer

📋 copy color: '#BAF64C'

red 186 ◦ green 246 ◦ blue 76

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

Shades of Conifer #BAF64C

Tints of Conifer #BAF64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.96%

R = 36.61%
G = 48.43%
B = 14.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#BAF64C (or 0xBAF64C) is known color: Conifer. HEX triplet: BA, F6 and 4C. RGB value is (186,246,76). Sum of RGB (Red+Green+Blue) = 186+246+76=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF64C is #4509B3. Grayscale: #D1D1D1. Windows color (decimal): -4524468 or 5043898. OLE color: 5043898.

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

Color convert

RGB 186 246 76 -
CMYK 0.24 0 0.69 0.04
HSL 81.18º 0.9% 0.63% -
HSV(B) 81.18º 0.69% 0.96% -
XYZ 54.51 76.87 18.8 -
YUV 208.68 53.12 111.82 -
System Red Green Blue C M Y K H S L
Decimal 186 246 76 0.24 0 0.69 0.04 81.18 0.9 0.63
Hex BA F6 4C 18 0 45 4 51 5A 3F
Octal 272 366 114 30 0 105 4 121 132 77
Binary 10111010 11110110 1001100 11000 0 1000101 100 1010001 1011010 111111

Color Harmonies of #BAF64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF64C

Black with #BAF64C

Text Example


Text Example

White with #BAF64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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