Html Css Color HEX #BCB94D Celery

📋 copy color: '#BCB94D'

red 188 ◦ green 185 ◦ blue 77

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

Shades of Celery #BCB94D

Tints of Celery #BCB94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.11%

R = 41.78%
G = 41.11%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BCB94D (or 0xBCB94D) is known color: Celery. HEX triplet: BC, B9 and 4D. RGB value is (188,185,77). Sum of RGB (Red+Green+Blue) = 188+185+77=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB94D is #4346B2. Grayscale: #AEAEAE. Windows color (decimal): -4409011 or 5093820. OLE color: 5093820.

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

Color convert

RGB 188 185 77 -
CMYK 0 0.02 0.59 0.26
HSL 58.38º 0.45% 0.52% -
HSV(B) 58.38º 0.59% 0.74% -
XYZ 39.43 45.93 13.81 -
YUV 173.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 188 185 77 0 0.02 0.59 0.26 58.38 0.45 0.52
Hex BC B9 4D 0 2 3B 1A 3A 2D 34
Octal 274 271 115 0 2 73 32 72 55 64
Binary 10111100 10111001 1001101 0 10 111011 11010 111010 101101 110100

Color Harmonies of #BCB94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB94D

Black with #BCB94D

Text Example


Text Example

White with #BCB94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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