Html Css Color HEX #BAC645 Celery

📋 copy color: '#BAC645'

red 186 ◦ green 198 ◦ blue 69

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

Shades of Celery #BAC645

Tints of Celery #BAC645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.71%

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

R = 41.06%
G = 43.71%
B = 15.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#BAC645 (or 0xBAC645) is known color: Celery. HEX triplet: BA, C6 and 45. RGB value is (186,198,69). Sum of RGB (Red+Green+Blue) = 186+198+69=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC645 is #4539BA. Grayscale: #B4B4B4. Windows color (decimal): -4536763 or 4572858. OLE color: 4572858.

HSL color Cylindrical-coordinate representation of color #BAC645: hue angle of 65.58º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAC645 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 69 -
CMYK 0.06 0 0.65 0.22
HSL 65.58º 0.53% 0.52% -
HSV(B) 65.58º 0.65% 0.78% -
XYZ 41.52 51.26 13.34 -
YUV 179.71 65.52 132.49 -
System Red Green Blue C M Y K H S L
Decimal 186 198 69 0.06 0 0.65 0.22 65.58 0.53 0.52
Hex BA C6 45 6 0 41 16 42 35 34
Octal 272 306 105 6 0 101 26 102 65 64
Binary 10111010 11000110 1000101 110 0 1000001 10110 1000010 110101 110100

Color Harmonies of #BAC645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC645

Black with #BAC645

Text Example


Text Example

White with #BAC645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC645; }

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

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

background-color css

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

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

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

border-color css

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

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

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