Html Css Color HEX #BCBE55 Celery

📋 copy color: '#BCBE55'

red 188 ◦ green 190 ◦ blue 85

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

Shades of Celery #BCBE55

Tints of Celery #BCBE55

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.04%

 BLUE value IS 85 (33.59% from 255) = 18.36%

R = 40.6%
G = 41.04%
B = 18.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BCBE55 (or 0xBCBE55) is known color: Celery. HEX triplet: BC, BE and 55. RGB value is (188,190,85). Sum of RGB (Red+Green+Blue) = 188+190+85=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE55 is #4341AA. Grayscale: #B1B1B1. Windows color (decimal): -4407723 or 5619388. OLE color: 5619388.

HSL color Cylindrical-coordinate representation of color #BCBE55: hue angle of 61.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCBE55 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 190 85 -
CMYK 0.01 0 0.55 0.25
HSL 61.14º 0.45% 0.54% -
HSV(B) 61.14º 0.55% 0.75% -
XYZ 40.79 48.17 15.74 -
YUV 177.43 75.84 135.54 -
System Red Green Blue C M Y K H S L
Decimal 188 190 85 0.01 0 0.55 0.25 61.14 0.45 0.54
Hex BC BE 55 1 0 37 19 3D 2D 36
Octal 274 276 125 1 0 67 31 75 55 66
Binary 10111100 10111110 1010101 1 0 110111 11001 111101 101101 110110

Color Harmonies of #BCBE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE55

Black with #BCBE55

Text Example


Text Example

White with #BCBE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE55; }

 p { color: rgb(188,190,85); }

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

background-color css

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

 a { background-color: rgb(188,190,85); }

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

border-color css

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

 span { border-color: rgb(188,190,85); }

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