Html Css Color HEX #BAC34D Celery

📋 copy color: '#BAC34D'

red 186 ◦ green 195 ◦ blue 77

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

Shades of Celery #BAC34D

Tints of Celery #BAC34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.81%

R = 40.61%
G = 42.58%
B = 16.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#BAC34D (or 0xBAC34D) is known color: Celery. HEX triplet: BA, C3 and 4D. RGB value is (186,195,77). Sum of RGB (Red+Green+Blue) = 186+195+77=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC34D is #453CB2. Grayscale: #B3B3B3. Windows color (decimal): -4537523 or 5096378. OLE color: 5096378.

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

Color convert

RGB 186 195 77 -
CMYK 0.05 0 0.61 0.24
HSL 64.58º 0.5% 0.53% -
HSV(B) 64.58º 0.61% 0.76% -
XYZ 41.1 50.01 14.51 -
YUV 178.86 70.52 133.09 -
System Red Green Blue C M Y K H S L
Decimal 186 195 77 0.05 0 0.61 0.24 64.58 0.5 0.53
Hex BA C3 4D 5 0 3D 18 41 32 35
Octal 272 303 115 5 0 75 30 101 62 65
Binary 10111010 11000011 1001101 101 0 111101 11000 1000001 110010 110101

Color Harmonies of #BAC34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC34D

Black with #BAC34D

Text Example


Text Example

White with #BAC34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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