Html Css Color HEX #BACA47 Celery

📋 copy color: '#BACA47'

red 186 ◦ green 202 ◦ blue 71

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

Shades of Celery #BACA47

Tints of Celery #BACA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.47%

R = 40.52%
G = 44.01%
B = 15.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#BACA47 (or 0xBACA47) is known color: Celery. HEX triplet: BA, CA and 47. RGB value is (186,202,71). Sum of RGB (Red+Green+Blue) = 186+202+71=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 71 (28.12% from 255 or 15.47% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA47 is #4535B8. Grayscale: #B6B6B6. Windows color (decimal): -4535737 or 4704954. OLE color: 4704954.

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

Color convert

RGB 186 202 71 -
CMYK 0.08 0 0.65 0.21
HSL 67.33º 0.55% 0.54% -
HSV(B) 67.33º 0.65% 0.79% -
XYZ 42.51 53.14 13.98 -
YUV 182.28 65.2 130.65 -
System Red Green Blue C M Y K H S L
Decimal 186 202 71 0.08 0 0.65 0.21 67.33 0.55 0.54
Hex BA CA 47 8 0 41 15 43 37 36
Octal 272 312 107 10 0 101 25 103 67 66
Binary 10111010 11001010 1000111 1000 0 1000001 10101 1000011 110111 110110

Color Harmonies of #BACA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA47

Black with #BACA47

Text Example


Text Example

White with #BACA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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