Html Css Color HEX #BAC142 Celery

📋 copy color: '#BAC142'

red 186 ◦ green 193 ◦ blue 66

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

Shades of Celery #BAC142

Tints of Celery #BAC142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.37%

 BLUE value IS 66 (26.17% from 255) = 14.83%

R = 41.8%
G = 43.37%
B = 14.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#BAC142 (or 0xBAC142) is known color: Celery. HEX triplet: BA, C1 and 42. RGB value is (186,193,66). Sum of RGB (Red+Green+Blue) = 186+193+66=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC142 is #453EBD. Grayscale: #B0B0B0. Windows color (decimal): -4538046 or 4374970. OLE color: 4374970.

HSL color Cylindrical-coordinate representation of color #BAC142: hue angle of 63.31º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAC142 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 66 -
CMYK 0.04 0 0.66 0.24
HSL 63.31º 0.51% 0.51% -
HSV(B) 63.31º 0.66% 0.76% -
XYZ 40.3 48.97 12.48 -
YUV 176.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 186 193 66 0.04 0 0.66 0.24 63.31 0.51 0.51
Hex BA C1 42 4 0 42 18 3F 33 33
Octal 272 301 102 4 0 102 30 77 63 63
Binary 10111010 11000001 1000010 100 0 1000010 11000 111111 110011 110011

Color Harmonies of #BAC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC142

Black with #BAC142

Text Example


Text Example

White with #BAC142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC142; }

 p { color: rgb(186,193,66); }

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

background-color css

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

 a { background-color: rgb(186,193,66); }

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

border-color css

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

 span { border-color: rgb(186,193,66); }

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