Html Css Color HEX #BAC33C Celery

📋 copy color: '#BAC33C'

red 186 ◦ green 195 ◦ blue 60

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

Shades of Celery #BAC33C

Tints of Celery #BAC33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.22%

 BLUE value IS 60 (23.83% from 255) = 13.61%

R = 42.18%
G = 44.22%
B = 13.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#BAC33C (or 0xBAC33C) is known color: Celery. HEX triplet: BA, C3 and 3C. RGB value is (186,195,60). Sum of RGB (Red+Green+Blue) = 186+195+60=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC33C is #453CC3. Grayscale: #B1B1B1. Windows color (decimal): -4537540 or 3982266. OLE color: 3982266.

HSL color Cylindrical-coordinate representation of color #BAC33C: hue angle of 64º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAC33C is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 195 60 -
CMYK 0.05 0 0.69 0.24
HSL 64º 0.53% 0.5% -
HSV(B) 64º 0.69% 0.76% -
XYZ 40.58 49.8 11.75 -
YUV 176.92 62.02 134.48 -
System Red Green Blue C M Y K H S L
Decimal 186 195 60 0.05 0 0.69 0.24 64 0.53 0.5
Hex BA C3 3C 5 0 45 18 40 35 32
Octal 272 303 74 5 0 105 30 100 65 62
Binary 10111010 11000011 111100 101 0 1000101 11000 1000000 110101 110010

Color Harmonies of #BAC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC33C

Black with #BAC33C

Text Example


Text Example

White with #BAC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC33C; }

 p { color: rgb(186,195,60); }

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

background-color css

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

 a { background-color: rgb(186,195,60); }

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

border-color css

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

 span { border-color: rgb(186,195,60); }

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