Html Css Color HEX #BCBA46 Celery

📋 copy color: '#BCBA46'

red 188 ◦ green 186 ◦ blue 70

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

Shades of Celery #BCBA46

Tints of Celery #BCBA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.77%

R = 42.34%
G = 41.89%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCBA46 (or 0xBCBA46) is known color: Celery. HEX triplet: BC, BA and 46. RGB value is (188,186,70). Sum of RGB (Red+Green+Blue) = 188+186+70=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA46 is #4345B9. Grayscale: #ADADAD. Windows color (decimal): -4408762 or 4635324. OLE color: 4635324.

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

Color convert

RGB 188 186 70 -
CMYK 0 0.01 0.63 0.26
HSL 58.98º 0.47% 0.51% -
HSV(B) 58.98º 0.63% 0.74% -
XYZ 39.4 46.25 12.64 -
YUV 173.37 69.66 138.43 -
System Red Green Blue C M Y K H S L
Decimal 188 186 70 0 0.01 0.63 0.26 58.98 0.47 0.51
Hex BC BA 46 0 1 3F 1A 3B 2F 33
Octal 274 272 106 0 1 77 32 73 57 63
Binary 10111100 10111010 1000110 0 1 111111 11010 111011 101111 110011

Color Harmonies of #BCBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA46

Black with #BCBA46

Text Example


Text Example

White with #BCBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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