Html Css Color HEX #BAC13F Celery

📋 copy color: '#BAC13F'

red 186 ◦ green 193 ◦ blue 63

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

Shades of Celery #BAC13F

Tints of Celery #BAC13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.67%

 BLUE value IS 63 (25% from 255) = 14.25%

R = 42.08%
G = 43.67%
B = 14.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#BAC13F (or 0xBAC13F) is known color: Celery. HEX triplet: BA, C1 and 3F. RGB value is (186,193,63). Sum of RGB (Red+Green+Blue) = 186+193+63=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC13F is #453EC0. Grayscale: #B0B0B0. Windows color (decimal): -4538049 or 4178362. OLE color: 4178362.

HSL color Cylindrical-coordinate representation of color #BAC13F: hue angle of 63.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAC13F is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 63 -
CMYK 0.04 0 0.67 0.24
HSL 63.23º 0.51% 0.5% -
HSV(B) 63.23º 0.67% 0.76% -
XYZ 40.22 48.94 12.03 -
YUV 176.09 64.18 135.07 -
System Red Green Blue C M Y K H S L
Decimal 186 193 63 0.04 0 0.67 0.24 63.23 0.51 0.5
Hex BA C1 3F 4 0 43 18 3F 33 32
Octal 272 301 77 4 0 103 30 77 63 62
Binary 10111010 11000001 111111 100 0 1000011 11000 111111 110011 110010

Color Harmonies of #BAC13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC13F

Black with #BAC13F

Text Example


Text Example

White with #BAC13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC13F; }

 p { color: rgb(186,193,63); }

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

background-color css

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

 a { background-color: rgb(186,193,63); }

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

border-color css

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

 span { border-color: rgb(186,193,63); }

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