Html Css Color HEX #BCB94F Celery

📋 copy color: '#BCB94F'

red 188 ◦ green 185 ◦ blue 79

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

Shades of Celery #BCB94F

Tints of Celery #BCB94F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.93%

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

R = 41.59%
G = 40.93%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BCB94F (or 0xBCB94F) is known color: Celery. HEX triplet: BC, B9 and 4F. RGB value is (188,185,79). Sum of RGB (Red+Green+Blue) = 188+185+79=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB94F is #4346B0. Grayscale: #AEAEAE. Windows color (decimal): -4409009 or 5224892. OLE color: 5224892.

HSL color Cylindrical-coordinate representation of color #BCB94F: hue angle of 58.35º 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 #BCB94F is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 79 -
CMYK 0 0.02 0.58 0.26
HSL 58.35º 0.45% 0.52% -
HSV(B) 58.35º 0.58% 0.74% -
XYZ 39.5 45.95 14.19 -
YUV 173.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 188 185 79 0 0.02 0.58 0.26 58.35 0.45 0.52
Hex BC B9 4F 0 2 3A 1A 3A 2D 34
Octal 274 271 117 0 2 72 32 72 55 64
Binary 10111100 10111001 1001111 0 10 111010 11010 111010 101101 110100

Color Harmonies of #BCB94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB94F

Black with #BCB94F

Text Example


Text Example

White with #BCB94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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