Html Css Color HEX #BACA44 Celery

📋 copy color: '#BACA44'

red 186 ◦ green 202 ◦ blue 68

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

Shades of Celery #BACA44

Tints of Celery #BACA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.91%

R = 40.79%
G = 44.3%
B = 14.91%

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

#BACA44 (or 0xBACA44) is known color: Celery. HEX triplet: BA, CA and 44. RGB value is (186,202,68). Sum of RGB (Red+Green+Blue) = 186+202+68=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 68 (26.95% from 255 or 14.91% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA44 is #4535BB. Grayscale: #B6B6B6. Windows color (decimal): -4535740 or 4508346. OLE color: 4508346.

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

Color convert

RGB 186 202 68 -
CMYK 0.08 0 0.66 0.21
HSL 67.16º 0.56% 0.53% -
HSV(B) 67.16º 0.66% 0.79% -
XYZ 42.41 53.1 13.48 -
YUV 181.94 63.7 130.9 -
System Red Green Blue C M Y K H S L
Decimal 186 202 68 0.08 0 0.66 0.21 67.16 0.56 0.53
Hex BA CA 44 8 0 42 15 43 38 35
Octal 272 312 104 10 0 102 25 103 70 65
Binary 10111010 11001010 1000100 1000 0 1000010 10101 1000011 111000 110101

Color Harmonies of #BACA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA44

Black with #BACA44

Text Example


Text Example

White with #BACA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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