Html Css Color HEX #BCD049 Celery

📋 copy color: '#BCD049'

red 188 ◦ green 208 ◦ blue 73

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

Shades of Celery #BCD049

Tints of Celery #BCD049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.57%

R = 40.09%
G = 44.35%
B = 15.57%

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

#BCD049 (or 0xBCD049) is known color: Celery. HEX triplet: BC, D0 and 49. RGB value is (188,208,73). Sum of RGB (Red+Green+Blue) = 188+208+73=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD049 is #432FB6. Grayscale: #BBBBBB. Windows color (decimal): -4403127 or 4837564. OLE color: 4837564.

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

Color convert

RGB 188 208 73 -
CMYK 0.10 0 0.65 0.18
HSL 68.89º 0.59% 0.55% -
HSV(B) 68.89º 0.65% 0.82% -
XYZ 44.5 56.28 14.82 -
YUV 186.63 63.87 128.98 -
System Red Green Blue C M Y K H S L
Decimal 188 208 73 0.10 0 0.65 0.18 68.89 0.59 0.55
Hex BC D0 49 A 0 41 12 45 3B 37
Octal 274 320 111 12 0 101 22 105 73 67
Binary 10111100 11010000 1001001 1010 0 1000001 10010 1000101 111011 110111

Color Harmonies of #BCD049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD049

Black with #BCD049

Text Example


Text Example

White with #BCD049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD049; }

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

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

background-color css

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

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

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

border-color css

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

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

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