Html Css Color HEX #BAC84A Celery

📋 copy color: '#BAC84A'

red 186 ◦ green 200 ◦ blue 74

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

Shades of Celery #BAC84A

Tints of Celery #BAC84A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.48%

 BLUE value IS 74 (29.3% from 255) = 16.09%

R = 40.43%
G = 43.48%
B = 16.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#BAC84A (or 0xBAC84A) is known color: Celery. HEX triplet: BA, C8 and 4A. RGB value is (186,200,74). Sum of RGB (Red+Green+Blue) = 186+200+74=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC84A is #4537B5. Grayscale: #B5B5B5. Windows color (decimal): -4536246 or 4901050. OLE color: 4901050.

HSL color Cylindrical-coordinate representation of color #BAC84A: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAC84A is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 200 74 -
CMYK 0.07 0 0.63 0.22
HSL 66.67º 0.53% 0.54% -
HSV(B) 66.67º 0.63% 0.78% -
XYZ 42.14 52.24 14.34 -
YUV 181.45 67.36 131.25 -
System Red Green Blue C M Y K H S L
Decimal 186 200 74 0.07 0 0.63 0.22 66.67 0.53 0.54
Hex BA C8 4A 7 0 3F 16 43 35 36
Octal 272 310 112 7 0 77 26 103 65 66
Binary 10111010 11001000 1001010 111 0 111111 10110 1000011 110101 110110

Color Harmonies of #BAC84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC84A

Black with #BAC84A

Text Example


Text Example

White with #BAC84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC84A; }

 p { color: rgb(186,200,74); }

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

background-color css

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

 a { background-color: rgb(186,200,74); }

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

border-color css

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

 span { border-color: rgb(186,200,74); }

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