Html Css Color HEX #BAC136 Celery

📋 copy color: '#BAC136'

red 186 ◦ green 193 ◦ blue 54

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

Shades of Celery #BAC136

Tints of Celery #BAC136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.47%

R = 42.96%
G = 44.57%
B = 12.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#BAC136 (or 0xBAC136) is known color: Celery. HEX triplet: BA, C1 and 36. RGB value is (186,193,54). Sum of RGB (Red+Green+Blue) = 186+193+54=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC136 is #453EC9. Grayscale: #AFAFAF. Windows color (decimal): -4538058 or 3588538. OLE color: 3588538.

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

Color convert

RGB 186 193 54 -
CMYK 0.04 0 0.72 0.24
HSL 63.02º 0.56% 0.48% -
HSV(B) 63.02º 0.72% 0.76% -
XYZ 39.99 48.85 10.81 -
YUV 175.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 186 193 54 0.04 0 0.72 0.24 63.02 0.56 0.48
Hex BA C1 36 4 0 48 18 3F 38 30
Octal 272 301 66 4 0 110 30 77 70 60
Binary 10111010 11000001 110110 100 0 1001000 11000 111111 111000 110000

Color Harmonies of #BAC136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC136

Black with #BAC136

Text Example


Text Example

White with #BAC136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC136; }

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

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

background-color css

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

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

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

border-color css

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

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

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