Html Css Color HEX #BCC248 Celery

📋 copy color: '#BCC248'

red 188 ◦ green 194 ◦ blue 72

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

Shades of Celery #BCC248

Tints of Celery #BCC248

RGB

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

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

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

R = 41.41%
G = 42.73%
B = 15.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#BCC248 (or 0xBCC248) is known color: Celery. HEX triplet: BC, C2 and 48. RGB value is (188,194,72). Sum of RGB (Red+Green+Blue) = 188+194+72=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC248 is #433DB7. Grayscale: #B2B2B2. Windows color (decimal): -4406712 or 4768444. OLE color: 4768444.

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

Color convert

RGB 188 194 72 -
CMYK 0.03 0 0.63 0.24
HSL 62.95º 0.5% 0.52% -
HSV(B) 62.95º 0.63% 0.76% -
XYZ 41.2 49.74 13.56 -
YUV 178.3 68.01 134.92 -
System Red Green Blue C M Y K H S L
Decimal 188 194 72 0.03 0 0.63 0.24 62.95 0.5 0.52
Hex BC C2 48 3 0 3F 18 3F 32 34
Octal 274 302 110 3 0 77 30 77 62 64
Binary 10111100 11000010 1001000 11 0 111111 11000 111111 110010 110100

Color Harmonies of #BCC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC248

Black with #BCC248

Text Example


Text Example

White with #BCC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC248; }

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

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

background-color css

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

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

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

border-color css

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

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

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