Html Css Color HEX #BCC448 Celery

📋 copy color: '#BCC448'

red 188 ◦ green 196 ◦ blue 72

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

Shades of Celery #BCC448

Tints of Celery #BCC448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.79%

R = 41.23%
G = 42.98%
B = 15.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#BCC448 (or 0xBCC448) is known color: Celery. HEX triplet: BC, C4 and 48. RGB value is (188,196,72). Sum of RGB (Red+Green+Blue) = 188+196+72=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC448 is #433BB7. Grayscale: #B3B3B3. Windows color (decimal): -4406200 or 4768956. OLE color: 4768956.

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

Color convert

RGB 188 196 72 -
CMYK 0.04 0 0.63 0.23
HSL 63.87º 0.51% 0.53% -
HSV(B) 63.87º 0.63% 0.77% -
XYZ 41.65 50.64 13.71 -
YUV 179.47 67.35 134.08 -
System Red Green Blue C M Y K H S L
Decimal 188 196 72 0.04 0 0.63 0.23 63.87 0.51 0.53
Hex BC C4 48 4 0 3F 17 40 33 35
Octal 274 304 110 4 0 77 27 100 63 65
Binary 10111100 11000100 1001000 100 0 111111 10111 1000000 110011 110101

Color Harmonies of #BCC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC448

Black with #BCC448

Text Example


Text Example

White with #BCC448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC448; }

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

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

background-color css

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

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

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

border-color css

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

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

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