Html Css Color HEX #BCC746 Celery

📋 copy color: '#BCC746'

red 188 ◦ green 199 ◦ blue 70

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

Shades of Celery #BCC746

Tints of Celery #BCC746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.54%

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

R = 41.14%
G = 43.54%
B = 15.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#BCC746 (or 0xBCC746) is known color: Celery. HEX triplet: BC, C7 and 46. RGB value is (188,199,70). Sum of RGB (Red+Green+Blue) = 188+199+70=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC746 is #4338B9. Grayscale: #B5B5B5. Windows color (decimal): -4405434 or 4638652. OLE color: 4638652.

HSL color Cylindrical-coordinate representation of color #BCC746: hue angle of 65.12º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCC746 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 70 -
CMYK 0.06 0 0.65 0.22
HSL 65.12º 0.54% 0.53% -
HSV(B) 65.12º 0.65% 0.78% -
XYZ 42.27 51.98 13.6 -
YUV 181.01 65.36 132.99 -
System Red Green Blue C M Y K H S L
Decimal 188 199 70 0.06 0 0.65 0.22 65.12 0.54 0.53
Hex BC C7 46 6 0 41 16 41 36 35
Octal 274 307 106 6 0 101 26 101 66 65
Binary 10111100 11000111 1000110 110 0 1000001 10110 1000001 110110 110101

Color Harmonies of #BCC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC746

Black with #BCC746

Text Example


Text Example

White with #BCC746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC746; }

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

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

background-color css

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

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

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

border-color css

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

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

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