Html Css Color HEX #BCBD40 Celery

📋 copy color: '#BCBD40'

red 188 ◦ green 189 ◦ blue 64

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

Shades of Celery #BCBD40

Tints of Celery #BCBD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.86%

 BLUE value IS 64 (25.39% from 255) = 14.51%

R = 42.63%
G = 42.86%
B = 14.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCBD40 (or 0xBCBD40) is known color: Celery. HEX triplet: BC, BD and 40. RGB value is (188,189,64). Sum of RGB (Red+Green+Blue) = 188+189+64=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD40 is #4342BF. Grayscale: #AEAEAE. Windows color (decimal): -4408000 or 4242876. OLE color: 4242876.

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

Color convert

RGB 188 189 64 -
CMYK 0.01 0 0.66 0.26
HSL 60.48º 0.49% 0.5% -
HSV(B) 60.48º 0.66% 0.74% -
XYZ 39.86 47.46 11.91 -
YUV 174.45 65.67 137.66 -
System Red Green Blue C M Y K H S L
Decimal 188 189 64 0.01 0 0.66 0.26 60.48 0.49 0.5
Hex BC BD 40 1 0 42 1A 3C 31 32
Octal 274 275 100 1 0 102 32 74 61 62
Binary 10111100 10111101 1000000 1 0 1000010 11010 111100 110001 110010

Color Harmonies of #BCBD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD40

Black with #BCBD40

Text Example


Text Example

White with #BCBD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD40; }

 p { color: rgb(188,189,64); }

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

background-color css

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

 a { background-color: rgb(188,189,64); }

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

border-color css

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

 span { border-color: rgb(188,189,64); }

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