Html Css Color HEX #BACA4D Celery

📋 copy color: '#BACA4D'

red 186 ◦ green 202 ◦ blue 77

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

Shades of Celery #BACA4D

Tints of Celery #BACA4D

RGB

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

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

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

R = 40%
G = 43.44%
B = 16.56%

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

#BACA4D (or 0xBACA4D) is known color: Celery. HEX triplet: BA, CA and 4D. RGB value is (186,202,77). Sum of RGB (Red+Green+Blue) = 186+202+77=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA4D is #4535B2. Grayscale: #B7B7B7. Windows color (decimal): -4535731 or 5098170. OLE color: 5098170.

HSL color Cylindrical-coordinate representation of color #BACA4D: hue angle of 67.68º 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 #BACA4D is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 202 77 -
CMYK 0.08 0 0.62 0.21
HSL 67.68º 0.54% 0.55% -
HSV(B) 67.68º 0.62% 0.79% -
XYZ 42.71 53.22 15.04 -
YUV 182.97 68.2 130.16 -
System Red Green Blue C M Y K H S L
Decimal 186 202 77 0.08 0 0.62 0.21 67.68 0.54 0.55
Hex BA CA 4D 8 0 3E 15 44 36 37
Octal 272 312 115 10 0 76 25 104 66 67
Binary 10111010 11001010 1001101 1000 0 111110 10101 1000100 110110 110111

Color Harmonies of #BACA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA4D

Black with #BACA4D

Text Example


Text Example

White with #BACA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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