Html Css Color HEX #BCCC49 Celery

📋 copy color: '#BCCC49'

red 188 ◦ green 204 ◦ blue 73

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

Shades of Celery #BCCC49

Tints of Celery #BCCC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.87%

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

R = 40.43%
G = 43.87%
B = 15.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#BCCC49 (or 0xBCCC49) is known color: Celery. HEX triplet: BC, CC and 49. RGB value is (188,204,73). Sum of RGB (Red+Green+Blue) = 188+204+73=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC49 is #4333B6. Grayscale: #B8B8B8. Windows color (decimal): -4404151 or 4836540. OLE color: 4836540.

HSL color Cylindrical-coordinate representation of color #BCCC49: hue angle of 67.33º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCCC49 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 73 -
CMYK 0.08 0 0.64 0.2
HSL 67.33º 0.56% 0.54% -
HSV(B) 67.33º 0.64% 0.8% -
XYZ 43.53 54.36 14.5 -
YUV 184.28 65.2 130.65 -
System Red Green Blue C M Y K H S L
Decimal 188 204 73 0.08 0 0.64 0.2 67.33 0.56 0.54
Hex BC CC 49 8 0 40 14 43 38 36
Octal 274 314 111 10 0 100 24 103 70 66
Binary 10111100 11001100 1001001 1000 0 1000000 10100 1000011 111000 110110

Color Harmonies of #BCCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC49

Black with #BCCC49

Text Example


Text Example

White with #BCCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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