Html Css Color HEX #BCBA4C Celery

📋 copy color: '#BCBA4C'

red 188 ◦ green 186 ◦ blue 76

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

Shades of Celery #BCBA4C

Tints of Celery #BCBA4C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 76 (30.08% from 255) = 16.89%

R = 41.78%
G = 41.33%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCBA4C (or 0xBCBA4C) is known color: Celery. HEX triplet: BC, BA and 4C. RGB value is (188,186,76). Sum of RGB (Red+Green+Blue) = 188+186+76=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA4C is #4345B3. Grayscale: #AEAEAE. Windows color (decimal): -4408756 or 5028540. OLE color: 5028540.

HSL color Cylindrical-coordinate representation of color #BCBA4C: hue angle of 58.93º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCBA4C is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 76 -
CMYK 0 0.01 0.60 0.26
HSL 58.93º 0.46% 0.52% -
HSV(B) 58.93º 0.6% 0.74% -
XYZ 39.6 46.33 13.69 -
YUV 174.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 188 186 76 0 0.01 0.60 0.26 58.93 0.46 0.52
Hex BC BA 4C 0 1 3C 1A 3B 2E 34
Octal 274 272 114 0 1 74 32 73 56 64
Binary 10111100 10111010 1001100 0 1 111100 11010 111011 101110 110100

Color Harmonies of #BCBA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA4C

Black with #BCBA4C

Text Example


Text Example

White with #BCBA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA4C; }

 p { color: rgb(188,186,76); }

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

background-color css

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

 a { background-color: rgb(188,186,76); }

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

border-color css

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

 span { border-color: rgb(188,186,76); }

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