Html Css Color HEX #BCD349 Celery

📋 copy color: '#BCD349'

red 188 ◦ green 211 ◦ blue 73

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

Shades of Celery #BCD349

Tints of Celery #BCD349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

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

R = 39.83%
G = 44.7%
B = 15.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#BCD349 (or 0xBCD349) is known color: Celery. HEX triplet: BC, D3 and 49. RGB value is (188,211,73). Sum of RGB (Red+Green+Blue) = 188+211+73=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD349 is #432CB6. Grayscale: #BCBCBC. Windows color (decimal): -4402359 or 4838332. OLE color: 4838332.

HSL color Cylindrical-coordinate representation of color #BCD349: hue angle of 70º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCD349 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 73 -
CMYK 0.11 0 0.65 0.17
HSL 70º 0.61% 0.56% -
HSV(B) 70º 0.65% 0.83% -
XYZ 45.24 57.76 15.07 -
YUV 188.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 188 211 73 0.11 0 0.65 0.17 70 0.61 0.56
Hex BC D3 49 B 0 41 11 46 3D 38
Octal 274 323 111 13 0 101 21 106 75 70
Binary 10111100 11010011 1001001 1011 0 1000001 10001 1000110 111101 111000

Color Harmonies of #BCD349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD349

Black with #BCD349

Text Example


Text Example

White with #BCD349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD349; }

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

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

background-color css

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

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

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

border-color css

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

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

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