Html Css Color HEX #BCBA4D Celery

📋 copy color: '#BCBA4D'

red 188 ◦ green 186 ◦ blue 77

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

Shades of Celery #BCBA4D

Tints of Celery #BCBA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.07%

R = 41.69%
G = 41.24%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BCBA4D (or 0xBCBA4D) is known color: Celery. HEX triplet: BC, BA and 4D. RGB value is (188,186,77). Sum of RGB (Red+Green+Blue) = 188+186+77=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 77 (30.47% from 255 or 17.07% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA4D is #4345B2. Grayscale: #AEAEAE. Windows color (decimal): -4408755 or 5094076. OLE color: 5094076.

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

Color convert

RGB 188 186 77 -
CMYK 0 0.01 0.59 0.26
HSL 58.92º 0.45% 0.52% -
HSV(B) 58.92º 0.59% 0.74% -
XYZ 39.64 46.35 13.88 -
YUV 174.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 188 186 77 0 0.01 0.59 0.26 58.92 0.45 0.52
Hex BC BA 4D 0 1 3B 1A 3B 2D 34
Octal 274 272 115 0 1 73 32 73 55 64
Binary 10111100 10111010 1001101 0 1 111011 11010 111011 101101 110100

Color Harmonies of #BCBA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA4D

Black with #BCBA4D

Text Example


Text Example

White with #BCBA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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