Html Css Color HEX #BCC146 Celery

📋 copy color: '#BCC146'

red 188 ◦ green 193 ◦ blue 70

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

Shades of Celery #BCC146

Tints of Celery #BCC146

RGB

 RED value IS 188 (73.83% from 255) = 41.69%

 GREEN value IS 193 (75.78% from 255) = 42.79%

 BLUE value IS 70 (27.73% from 255) = 15.52%

R = 41.69%
G = 42.79%
B = 15.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#BCC146 (or 0xBCC146) is known color: Celery. HEX triplet: BC, C1 and 46. RGB value is (188,193,70). Sum of RGB (Red+Green+Blue) = 188+193+70=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 70 (27.73% from 255 or 15.52% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC146 is #433EB9. Grayscale: #B1B1B1. Windows color (decimal): -4406970 or 4637116. OLE color: 4637116.

HSL color Cylindrical-coordinate representation of color #BCC146: hue angle of 62.44º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCC146 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 70 -
CMYK 0.03 0 0.64 0.24
HSL 62.44º 0.5% 0.52% -
HSV(B) 62.44º 0.64% 0.76% -
XYZ 40.91 49.27 13.15 -
YUV 177.48 67.34 135.5 -
System Red Green Blue C M Y K H S L
Decimal 188 193 70 0.03 0 0.64 0.24 62.44 0.5 0.52
Hex BC C1 46 3 0 40 18 3E 32 34
Octal 274 301 106 3 0 100 30 76 62 64
Binary 10111100 11000001 1000110 11 0 1000000 11000 111110 110010 110100

Color Harmonies of #BCC146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC146

Black with #BCC146

Text Example


Text Example

White with #BCC146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC146; }

 p { color: rgb(188,193,70); }

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

background-color css

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

 a { background-color: rgb(188,193,70); }

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

border-color css

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

 span { border-color: rgb(188,193,70); }

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