Html Css Color HEX #BCC446 Celery

📋 copy color: '#BCC446'

red 188 ◦ green 196 ◦ blue 70

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

Shades of Celery #BCC446

Tints of Celery #BCC446

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.17%

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

R = 41.41%
G = 43.17%
B = 15.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#BCC446 (or 0xBCC446) is known color: Celery. HEX triplet: BC, C4 and 46. RGB value is (188,196,70). Sum of RGB (Red+Green+Blue) = 188+196+70=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC446 is #433BB9. Grayscale: #B3B3B3. Windows color (decimal): -4406202 or 4637884. OLE color: 4637884.

HSL color Cylindrical-coordinate representation of color #BCC446: hue angle of 63.81º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCC446 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 70 -
CMYK 0.04 0 0.64 0.23
HSL 63.81º 0.52% 0.52% -
HSV(B) 63.81º 0.64% 0.77% -
XYZ 41.58 50.61 13.37 -
YUV 179.24 66.35 134.25 -
System Red Green Blue C M Y K H S L
Decimal 188 196 70 0.04 0 0.64 0.23 63.81 0.52 0.52
Hex BC C4 46 4 0 40 17 40 34 34
Octal 274 304 106 4 0 100 27 100 64 64
Binary 10111100 11000100 1000110 100 0 1000000 10111 1000000 110100 110100

Color Harmonies of #BCC446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC446

Black with #BCC446

Text Example


Text Example

White with #BCC446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC446; }

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

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

background-color css

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

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

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

border-color css

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

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

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