Html Css Color HEX #BACA4C Celery

📋 copy color: '#BACA4C'

red 186 ◦ green 202 ◦ blue 76

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

Shades of Celery #BACA4C

Tints of Celery #BACA4C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.53%

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

R = 40.09%
G = 43.53%
B = 16.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#BACA4C (or 0xBACA4C) is known color: Celery. HEX triplet: BA, CA and 4C. RGB value is (186,202,76). Sum of RGB (Red+Green+Blue) = 186+202+76=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA4C is #4535B3. Grayscale: #B7B7B7. Windows color (decimal): -4535732 or 5032634. OLE color: 5032634.

HSL color Cylindrical-coordinate representation of color #BACA4C: hue angle of 67.62º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BACA4C is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 202 76 -
CMYK 0.08 0 0.62 0.21
HSL 67.62º 0.54% 0.55% -
HSV(B) 67.62º 0.62% 0.79% -
XYZ 42.67 53.2 14.86 -
YUV 182.85 67.7 130.25 -
System Red Green Blue C M Y K H S L
Decimal 186 202 76 0.08 0 0.62 0.21 67.62 0.54 0.55
Hex BA CA 4C 8 0 3E 15 44 36 37
Octal 272 312 114 10 0 76 25 104 66 67
Binary 10111010 11001010 1001100 1000 0 111110 10101 1000100 110110 110111

Color Harmonies of #BACA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA4C

Black with #BACA4C

Text Example


Text Example

White with #BACA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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