Html Css Color HEX #BCD048 Celery

📋 copy color: '#BCD048'

red 188 ◦ green 208 ◦ blue 72

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

Shades of Celery #BCD048

Tints of Celery #BCD048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.44%

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

R = 40.17%
G = 44.44%
B = 15.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#BCD048 (or 0xBCD048) is known color: Celery. HEX triplet: BC, D0 and 48. RGB value is (188,208,72). Sum of RGB (Red+Green+Blue) = 188+208+72=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD048 is #432FB7. Grayscale: #BBBBBB. Windows color (decimal): -4403128 or 4772028. OLE color: 4772028.

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

Color convert

RGB 188 208 72 -
CMYK 0.10 0 0.65 0.18
HSL 68.82º 0.59% 0.55% -
HSV(B) 68.82º 0.65% 0.82% -
XYZ 44.46 56.27 14.65 -
YUV 186.52 63.37 129.06 -
System Red Green Blue C M Y K H S L
Decimal 188 208 72 0.10 0 0.65 0.18 68.82 0.59 0.55
Hex BC D0 48 A 0 41 12 45 3B 37
Octal 274 320 110 12 0 101 22 105 73 67
Binary 10111100 11010000 1001000 1010 0 1000001 10010 1000101 111011 110111

Color Harmonies of #BCD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD048

Black with #BCD048

Text Example


Text Example

White with #BCD048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD048; }

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

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

background-color css

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

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

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

border-color css

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

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

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