Html Css Color HEX #BACC4A Celery

📋 copy color: '#BACC4A'

red 186 ◦ green 204 ◦ blue 74

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

Shades of Celery #BACC4A

Tints of Celery #BACC4A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.97%

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

R = 40.09%
G = 43.97%
B = 15.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#BACC4A (or 0xBACC4A) is known color: Celery. HEX triplet: BA, CC and 4A. RGB value is (186,204,74). Sum of RGB (Red+Green+Blue) = 186+204+74=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC4A is #4533B5. Grayscale: #B8B8B8. Windows color (decimal): -4535222 or 4902074. OLE color: 4902074.

HSL color Cylindrical-coordinate representation of color #BACC4A: hue angle of 68.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BACC4A is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 74 -
CMYK 0.09 0 0.64 0.2
HSL 68.31º 0.56% 0.55% -
HSV(B) 68.31º 0.64% 0.8% -
XYZ 43.08 54.12 14.65 -
YUV 183.8 66.04 129.57 -
System Red Green Blue C M Y K H S L
Decimal 186 204 74 0.09 0 0.64 0.2 68.31 0.56 0.55
Hex BA CC 4A 9 0 40 14 44 38 37
Octal 272 314 112 11 0 100 24 104 70 67
Binary 10111010 11001100 1001010 1001 0 1000000 10100 1000100 111000 110111

Color Harmonies of #BACC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC4A

Black with #BACC4A

Text Example


Text Example

White with #BACC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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