Html Css Color HEX #BACD42 Celery

📋 copy color: '#BACD42'

red 186 ◦ green 205 ◦ blue 66

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

Shades of Celery #BACD42

Tints of Celery #BACD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.44%

R = 40.7%
G = 44.86%
B = 14.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#BACD42 (or 0xBACD42) is known color: Celery. HEX triplet: BA, CD and 42. RGB value is (186,205,66). Sum of RGB (Red+Green+Blue) = 186+205+66=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD42 is #4532BD. Grayscale: #B8B8B8. Windows color (decimal): -4534974 or 4378042. OLE color: 4378042.

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

Color convert

RGB 186 205 66 -
CMYK 0.09 0 0.68 0.20
HSL 68.2º 0.58% 0.53% -
HSV(B) 68.2º 0.68% 0.8% -
XYZ 43.06 54.5 13.4 -
YUV 183.47 61.71 129.8 -
System Red Green Blue C M Y K H S L
Decimal 186 205 66 0.09 0 0.68 0.20 68.2 0.58 0.53
Hex BA CD 42 9 0 44 14 44 3A 35
Octal 272 315 102 11 0 104 24 104 72 65
Binary 10111010 11001101 1000010 1001 0 1000100 10100 1000100 111010 110101

Color Harmonies of #BACD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD42

Black with #BACD42

Text Example


Text Example

White with #BACD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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