Html Css Color HEX #BACC50 Celery

📋 copy color: '#BACC50'

red 186 ◦ green 204 ◦ blue 80

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

Shades of Celery #BACC50

Tints of Celery #BACC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.02%

R = 39.57%
G = 43.4%
B = 17.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#BACC50 (or 0xBACC50) is known color: Celery. HEX triplet: BA, CC and 50. RGB value is (186,204,80). Sum of RGB (Red+Green+Blue) = 186+204+80=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC50 is #4533AF. Grayscale: #B8B8B8. Windows color (decimal): -4535216 or 5295290. OLE color: 5295290.

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

Color convert

RGB 186 204 80 -
CMYK 0.09 0 0.61 0.2
HSL 68.71º 0.55% 0.56% -
HSV(B) 68.71º 0.61% 0.8% -
XYZ 43.29 54.2 15.77 -
YUV 184.48 69.04 129.08 -
System Red Green Blue C M Y K H S L
Decimal 186 204 80 0.09 0 0.61 0.2 68.71 0.55 0.56
Hex BA CC 50 9 0 3D 14 45 37 38
Octal 272 314 120 11 0 75 24 105 67 70
Binary 10111010 11001100 1010000 1001 0 111101 10100 1000101 110111 111000

Color Harmonies of #BACC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC50

Black with #BACC50

Text Example


Text Example

White with #BACC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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