Html Css Color HEX #BCC240 Celery

📋 copy color: '#BCC240'

red 188 ◦ green 194 ◦ blue 64

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

Shades of Celery #BCC240

Tints of Celery #BCC240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.5%

 BLUE value IS 64 (25.39% from 255) = 14.35%

R = 42.15%
G = 43.5%
B = 14.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#BCC240 (or 0xBCC240) is known color: Celery. HEX triplet: BC, C2 and 40. RGB value is (188,194,64). Sum of RGB (Red+Green+Blue) = 188+194+64=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC240 is #433DBF. Grayscale: #B1B1B1. Windows color (decimal): -4406720 or 4244156. OLE color: 4244156.

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

Color convert

RGB 188 194 64 -
CMYK 0.03 0 0.67 0.24
HSL 62.77º 0.52% 0.51% -
HSV(B) 62.77º 0.67% 0.76% -
XYZ 40.96 49.65 12.27 -
YUV 177.39 64.01 135.57 -
System Red Green Blue C M Y K H S L
Decimal 188 194 64 0.03 0 0.67 0.24 62.77 0.52 0.51
Hex BC C2 40 3 0 43 18 3F 34 33
Octal 274 302 100 3 0 103 30 77 64 63
Binary 10111100 11000010 1000000 11 0 1000011 11000 111111 110100 110011

Color Harmonies of #BCC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC240

Black with #BCC240

Text Example


Text Example

White with #BCC240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC240; }

 p { color: rgb(188,194,64); }

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

background-color css

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

 a { background-color: rgb(188,194,64); }

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

border-color css

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

 span { border-color: rgb(188,194,64); }

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