Html Css Color HEX #BCD148 Celery

📋 copy color: '#BCD148'

red 188 ◦ green 209 ◦ blue 72

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

Shades of Celery #BCD148

Tints of Celery #BCD148

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.56%

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

R = 40.09%
G = 44.56%
B = 15.35%

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

#BCD148 (or 0xBCD148) is known color: Celery. HEX triplet: BC, D1 and 48. RGB value is (188,209,72). Sum of RGB (Red+Green+Blue) = 188+209+72=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD148 is #432EB7. Grayscale: #BBBBBB. Windows color (decimal): -4402872 or 4772284. OLE color: 4772284.

HSL color Cylindrical-coordinate representation of color #BCD148: hue angle of 69.2º degrees, saturation: 0.6, 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 #BCD148 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 72 -
CMYK 0.10 0 0.66 0.18
HSL 69.2º 0.6% 0.55% -
HSV(B) 69.2º 0.66% 0.82% -
XYZ 44.71 56.76 14.73 -
YUV 187.1 63.04 128.64 -
System Red Green Blue C M Y K H S L
Decimal 188 209 72 0.10 0 0.66 0.18 69.2 0.6 0.55
Hex BC D1 48 A 0 42 12 45 3C 37
Octal 274 321 110 12 0 102 22 105 74 67
Binary 10111100 11010001 1001000 1010 0 1000010 10010 1000101 111100 110111

Color Harmonies of #BCD148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD148

Black with #BCD148

Text Example


Text Example

White with #BCD148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD148; }

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

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

background-color css

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

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

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

border-color css

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

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

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