Html Css Color HEX #BCBA4A Celery

📋 copy color: '#BCBA4A'

red 188 ◦ green 186 ◦ blue 74

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

Shades of Celery #BCBA4A

Tints of Celery #BCBA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.52%

R = 41.96%
G = 41.52%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCBA4A (or 0xBCBA4A) is known color: Celery. HEX triplet: BC, BA and 4A. RGB value is (188,186,74). Sum of RGB (Red+Green+Blue) = 188+186+74=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA4A is #4345B5. Grayscale: #AEAEAE. Windows color (decimal): -4408758 or 4897468. OLE color: 4897468.

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

Color convert

RGB 188 186 74 -
CMYK 0 0.01 0.61 0.26
HSL 58.95º 0.46% 0.51% -
HSV(B) 58.95º 0.61% 0.74% -
XYZ 39.53 46.3 13.33 -
YUV 173.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 188 186 74 0 0.01 0.61 0.26 58.95 0.46 0.51
Hex BC BA 4A 0 1 3D 1A 3B 2E 33
Octal 274 272 112 0 1 75 32 73 56 63
Binary 10111100 10111010 1001010 0 1 111101 11010 111011 101110 110011

Color Harmonies of #BCBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA4A

Black with #BCBA4A

Text Example


Text Example

White with #BCBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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