Html Css Color HEX #BACD50 Celery

📋 copy color: '#BACD50'

red 186 ◦ green 205 ◦ blue 80

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

Shades of Celery #BACD50

Tints of Celery #BACD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.52%

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

R = 39.49%
G = 43.52%
B = 16.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#BACD50 (or 0xBACD50) is known color: Celery. HEX triplet: BA, CD and 50. RGB value is (186,205,80). Sum of RGB (Red+Green+Blue) = 186+205+80=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD50 is #4532AF. Grayscale: #B9B9B9. Windows color (decimal): -4534960 or 5295546. OLE color: 5295546.

HSL color Cylindrical-coordinate representation of color #BACD50: hue angle of 69.12º degrees, saturation: 0.56, 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 #BACD50 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 80 -
CMYK 0.09 0 0.61 0.20
HSL 69.12º 0.56% 0.56% -
HSV(B) 69.12º 0.61% 0.8% -
XYZ 43.53 54.68 15.85 -
YUV 185.07 68.71 128.66 -
System Red Green Blue C M Y K H S L
Decimal 186 205 80 0.09 0 0.61 0.20 69.12 0.56 0.56
Hex BA CD 50 9 0 3D 14 45 38 38
Octal 272 315 120 11 0 75 24 105 70 70
Binary 10111010 11001101 1010000 1001 0 111101 10100 1000101 111000 111000

Color Harmonies of #BACD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD50

Black with #BACD50

Text Example


Text Example

White with #BACD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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