Html Css Color HEX #BCC346 Celery

📋 copy color: '#BCC346'

red 188 ◦ green 195 ◦ blue 70

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

Shades of Celery #BCC346

Tints of Celery #BCC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.05%

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

R = 41.5%
G = 43.05%
B = 15.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#BCC346 (or 0xBCC346) is known color: Celery. HEX triplet: BC, C3 and 46. RGB value is (188,195,70). Sum of RGB (Red+Green+Blue) = 188+195+70=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC346 is #433CB9. Grayscale: #B3B3B3. Windows color (decimal): -4406458 or 4637628. OLE color: 4637628.

HSL color Cylindrical-coordinate representation of color #BCC346: hue angle of 63.36º degrees, saturation: 0.51, 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 #BCC346 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 70 -
CMYK 0.04 0 0.64 0.24
HSL 63.36º 0.51% 0.52% -
HSV(B) 63.36º 0.64% 0.76% -
XYZ 41.36 50.16 13.3 -
YUV 178.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 188 195 70 0.04 0 0.64 0.24 63.36 0.51 0.52
Hex BC C3 46 4 0 40 18 3F 33 34
Octal 274 303 106 4 0 100 30 77 63 64
Binary 10111100 11000011 1000110 100 0 1000000 11000 111111 110011 110100

Color Harmonies of #BCC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC346

Black with #BCC346

Text Example


Text Example

White with #BCC346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC346; }

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

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

background-color css

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

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

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

border-color css

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

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

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