Html Css Color HEX #BCBA3F Celery

📋 copy color: '#BCBA3F'

red 188 ◦ green 186 ◦ blue 63

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

Shades of Celery #BCBA3F

Tints of Celery #BCBA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.42%

R = 43.02%
G = 42.56%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCBA3F (or 0xBCBA3F) is known color: Celery. HEX triplet: BC, BA and 3F. RGB value is (188,186,63). Sum of RGB (Red+Green+Blue) = 188+186+63=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA3F is #4345C0. Grayscale: #ADADAD. Windows color (decimal): -4408769 or 4176572. OLE color: 4176572.

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

Color convert

RGB 188 186 63 -
CMYK 0 0.01 0.66 0.26
HSL 59.04º 0.5% 0.49% -
HSV(B) 59.04º 0.66% 0.74% -
XYZ 39.2 46.17 11.55 -
YUV 172.58 66.16 139 -
System Red Green Blue C M Y K H S L
Decimal 188 186 63 0 0.01 0.66 0.26 59.04 0.5 0.49
Hex BC BA 3F 0 1 42 1A 3B 32 31
Octal 274 272 77 0 1 102 32 73 62 61
Binary 10111100 10111010 111111 0 1 1000010 11010 111011 110010 110001

Color Harmonies of #BCBA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA3F

Black with #BCBA3F

Text Example


Text Example

White with #BCBA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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