Html Css Color HEX #BAC34E Celery

📋 copy color: '#BAC34E'

red 186 ◦ green 195 ◦ blue 78

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

Shades of Celery #BAC34E

Tints of Celery #BAC34E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.99%

R = 40.52%
G = 42.48%
B = 16.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#BAC34E (or 0xBAC34E) is known color: Celery. HEX triplet: BA, C3 and 4E. RGB value is (186,195,78). Sum of RGB (Red+Green+Blue) = 186+195+78=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC34E is #453CB1. Grayscale: #B3B3B3. Windows color (decimal): -4537522 or 5161914. OLE color: 5161914.

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

Color convert

RGB 186 195 78 -
CMYK 0.05 0 0.6 0.24
HSL 64.62º 0.49% 0.54% -
HSV(B) 64.62º 0.6% 0.76% -
XYZ 41.14 50.02 14.69 -
YUV 178.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 186 195 78 0.05 0 0.6 0.24 64.62 0.49 0.54
Hex BA C3 4E 5 0 3C 18 41 31 36
Octal 272 303 116 5 0 74 30 101 61 66
Binary 10111010 11000011 1001110 101 0 111100 11000 1000001 110001 110110

Color Harmonies of #BAC34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC34E

Black with #BAC34E

Text Example


Text Example

White with #BAC34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC34E; }

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

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

background-color css

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

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

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

border-color css

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

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

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