Html Css Color HEX #BCBA3A Celery

📋 copy color: '#BCBA3A'

red 188 ◦ green 186 ◦ blue 58

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

Shades of Celery #BCBA3A

Tints of Celery #BCBA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.43%

R = 43.52%
G = 43.06%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BCBA3A (or 0xBCBA3A) is known color: Celery. HEX triplet: BC, BA and 3A. RGB value is (188,186,58). Sum of RGB (Red+Green+Blue) = 188+186+58=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA3A is #4345C5. Grayscale: #ACACAC. Windows color (decimal): -4408774 or 3848892. OLE color: 3848892.

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

Color convert

RGB 188 186 58 -
CMYK 0 0.01 0.69 0.26
HSL 59.08º 0.53% 0.48% -
HSV(B) 59.08º 0.69% 0.74% -
XYZ 39.06 46.11 10.85 -
YUV 172.01 63.66 139.41 -
System Red Green Blue C M Y K H S L
Decimal 188 186 58 0 0.01 0.69 0.26 59.08 0.53 0.48
Hex BC BA 3A 0 1 45 1A 3B 35 30
Octal 274 272 72 0 1 105 32 73 65 60
Binary 10111100 10111010 111010 0 1 1000101 11010 111011 110101 110000

Color Harmonies of #BCBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA3A

Black with #BCBA3A

Text Example


Text Example

White with #BCBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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