Html Css Color HEX #BCBA4F Celery

📋 copy color: '#BCBA4F'

red 188 ◦ green 186 ◦ blue 79

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

Shades of Celery #BCBA4F

Tints of Celery #BCBA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.44%

R = 41.5%
G = 41.06%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BCBA4F (or 0xBCBA4F) is known color: Celery. HEX triplet: BC, BA and 4F. RGB value is (188,186,79). Sum of RGB (Red+Green+Blue) = 188+186+79=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA4F is #4345B0. Grayscale: #AEAEAE. Windows color (decimal): -4408753 or 5225148. OLE color: 5225148.

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

Color convert

RGB 188 186 79 -
CMYK 0 0.01 0.58 0.26
HSL 58.9º 0.45% 0.52% -
HSV(B) 58.9º 0.58% 0.74% -
XYZ 39.71 46.37 14.26 -
YUV 174.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 188 186 79 0 0.01 0.58 0.26 58.9 0.45 0.52
Hex BC BA 4F 0 1 3A 1A 3B 2D 34
Octal 274 272 117 0 1 72 32 73 55 64
Binary 10111100 10111010 1001111 0 1 111010 11010 111011 101101 110100

Color Harmonies of #BCBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA4F

Black with #BCBA4F

Text Example


Text Example

White with #BCBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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