Html Css Color HEX #BCBC44 Celery

📋 copy color: '#BCBC44'

red 188 ◦ green 188 ◦ blue 68

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

Shades of Celery #BCBC44

Tints of Celery #BCBC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.34%

 BLUE value IS 68 (26.95% from 255) = 15.32%

R = 42.34%
G = 42.34%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BCBC44 (or 0xBCBC44) is known color: Celery. HEX triplet: BC, BC and 44. RGB value is (188,188,68). Sum of RGB (Red+Green+Blue) = 188+188+68=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC44 is #4343BB. Grayscale: #AEAEAE. Windows color (decimal): -4408252 or 4504764. OLE color: 4504764.

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

Color convert

RGB 188 188 68 -
CMYK 0 0 0.64 0.26
HSL 60º 0.47% 0.5% -
HSV(B) 60º 0.64% 0.74% -
XYZ 39.77 47.08 12.46 -
YUV 174.32 68 137.76 -
System Red Green Blue C M Y K H S L
Decimal 188 188 68 0 0 0.64 0.26 60 0.47 0.5
Hex BC BC 44 0 0 40 1A 3C 2F 32
Octal 274 274 104 0 0 100 32 74 57 62
Binary 10111100 10111100 1000100 0 0 1000000 11010 111100 101111 110010

Color Harmonies of #BCBC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC44

Black with #BCBC44

Text Example


Text Example

White with #BCBC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC44; }

 p { color: rgb(188,188,68); }

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

background-color css

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

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

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

border-color css

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

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

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