Html Css Color HEX #BAC64C Celery

📋 copy color: '#BAC64C'

red 186 ◦ green 198 ◦ blue 76

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

Shades of Celery #BAC64C

Tints of Celery #BAC64C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.04%

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

R = 40.43%
G = 43.04%
B = 16.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#BAC64C (or 0xBAC64C) is known color: Celery. HEX triplet: BA, C6 and 4C. RGB value is (186,198,76). Sum of RGB (Red+Green+Blue) = 186+198+76=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC64C is #4539B3. Grayscale: #B4B4B4. Windows color (decimal): -4536756 or 5031610. OLE color: 5031610.

HSL color Cylindrical-coordinate representation of color #BAC64C: hue angle of 65.9º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAC64C is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 76 -
CMYK 0.06 0 0.62 0.22
HSL 65.9º 0.52% 0.54% -
HSV(B) 65.9º 0.62% 0.78% -
XYZ 41.75 51.35 14.55 -
YUV 180.5 69.02 131.92 -
System Red Green Blue C M Y K H S L
Decimal 186 198 76 0.06 0 0.62 0.22 65.9 0.52 0.54
Hex BA C6 4C 6 0 3E 16 42 34 36
Octal 272 306 114 6 0 76 26 102 64 66
Binary 10111010 11000110 1001100 110 0 111110 10110 1000010 110100 110110

Color Harmonies of #BAC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC64C

Black with #BAC64C

Text Example


Text Example

White with #BAC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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