Html Css Color HEX #BCD248 Celery

📋 copy color: '#BCD248'

red 188 ◦ green 210 ◦ blue 72

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

Shades of Celery #BCD248

Tints of Celery #BCD248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.68%

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

R = 40%
G = 44.68%
B = 15.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#BCD248 (or 0xBCD248) is known color: Celery. HEX triplet: BC, D2 and 48. RGB value is (188,210,72). Sum of RGB (Red+Green+Blue) = 188+210+72=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD248 is #432DB7. Grayscale: #BCBCBC. Windows color (decimal): -4402616 or 4772540. OLE color: 4772540.

HSL color Cylindrical-coordinate representation of color #BCD248: hue angle of 69.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCD248 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 72 -
CMYK 0.10 0 0.66 0.18
HSL 69.57º 0.61% 0.55% -
HSV(B) 69.57º 0.66% 0.82% -
XYZ 44.96 57.25 14.81 -
YUV 187.69 62.71 128.22 -
System Red Green Blue C M Y K H S L
Decimal 188 210 72 0.10 0 0.66 0.18 69.57 0.61 0.55
Hex BC D2 48 A 0 42 12 46 3D 37
Octal 274 322 110 12 0 102 22 106 75 67
Binary 10111100 11010010 1001000 1010 0 1000010 10010 1000110 111101 110111

Color Harmonies of #BCD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD248

Black with #BCD248

Text Example


Text Example

White with #BCD248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD248; }

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

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

background-color css

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

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

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

border-color css

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

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

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