Html Css Color HEX #BACD40 Celery

📋 copy color: '#BACD40'

red 186 ◦ green 205 ◦ blue 64

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

Shades of Celery #BACD40

Tints of Celery #BACD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.07%

R = 40.88%
G = 45.05%
B = 14.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#BACD40 (or 0xBACD40) is known color: Celery. HEX triplet: BA, CD and 40. RGB value is (186,205,64). Sum of RGB (Red+Green+Blue) = 186+205+64=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD40 is #4532BF. Grayscale: #B7B7B7. Windows color (decimal): -4534976 or 4246970. OLE color: 4246970.

HSL color Cylindrical-coordinate representation of color #BACD40: hue angle of 68.09º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BACD40 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 64 -
CMYK 0.09 0 0.69 0.20
HSL 68.09º 0.59% 0.53% -
HSV(B) 68.09º 0.69% 0.8% -
XYZ 43.01 54.47 13.1 -
YUV 183.25 60.71 129.96 -
System Red Green Blue C M Y K H S L
Decimal 186 205 64 0.09 0 0.69 0.20 68.09 0.59 0.53
Hex BA CD 40 9 0 45 14 44 3B 35
Octal 272 315 100 11 0 105 24 104 73 65
Binary 10111010 11001101 1000000 1001 0 1000101 10100 1000100 111011 110101

Color Harmonies of #BACD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD40

Black with #BACD40

Text Example


Text Example

White with #BACD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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