Html Css Color HEX #BACA48 Celery

📋 copy color: '#BACA48'

red 186 ◦ green 202 ◦ blue 72

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

Shades of Celery #BACA48

Tints of Celery #BACA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.65%

R = 40.43%
G = 43.91%
B = 15.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#BACA48 (or 0xBACA48) is known color: Celery. HEX triplet: BA, CA and 48. RGB value is (186,202,72). Sum of RGB (Red+Green+Blue) = 186+202+72=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA48 is #4535B7. Grayscale: #B6B6B6. Windows color (decimal): -4535736 or 4770490. OLE color: 4770490.

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

Color convert

RGB 186 202 72 -
CMYK 0.08 0 0.64 0.21
HSL 67.38º 0.55% 0.54% -
HSV(B) 67.38º 0.64% 0.79% -
XYZ 42.54 53.15 14.15 -
YUV 182.4 65.7 130.57 -
System Red Green Blue C M Y K H S L
Decimal 186 202 72 0.08 0 0.64 0.21 67.38 0.55 0.54
Hex BA CA 48 8 0 40 15 43 37 36
Octal 272 312 110 10 0 100 25 103 67 66
Binary 10111010 11001010 1001000 1000 0 1000000 10101 1000011 110111 110110

Color Harmonies of #BACA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA48

Black with #BACA48

Text Example


Text Example

White with #BACA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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