Html Css Color HEX #BACA45 Celery

📋 copy color: '#BACA45'

red 186 ◦ green 202 ◦ blue 69

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

Shades of Celery #BACA45

Tints of Celery #BACA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.1%

R = 40.7%
G = 44.2%
B = 15.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#BACA45 (or 0xBACA45) is known color: Celery. HEX triplet: BA, CA and 45. RGB value is (186,202,69). Sum of RGB (Red+Green+Blue) = 186+202+69=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA45 is #4535BA. Grayscale: #B6B6B6. Windows color (decimal): -4535739 or 4573882. OLE color: 4573882.

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

Color convert

RGB 186 202 69 -
CMYK 0.08 0 0.66 0.21
HSL 67.22º 0.56% 0.53% -
HSV(B) 67.22º 0.66% 0.79% -
XYZ 42.44 53.11 13.64 -
YUV 182.05 64.2 130.81 -
System Red Green Blue C M Y K H S L
Decimal 186 202 69 0.08 0 0.66 0.21 67.22 0.56 0.53
Hex BA CA 45 8 0 42 15 43 38 35
Octal 272 312 105 10 0 102 25 103 70 65
Binary 10111010 11001010 1000101 1000 0 1000010 10101 1000011 111000 110101

Color Harmonies of #BACA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA45

Black with #BACA45

Text Example


Text Example

White with #BACA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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