Html Css Color HEX #BCBC4A Celery

📋 copy color: '#BCBC4A'

red 188 ◦ green 188 ◦ blue 74

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

Shades of Celery #BCBC4A

Tints of Celery #BCBC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.44%

R = 41.78%
G = 41.78%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCBC4A (or 0xBCBC4A) is known color: Celery. HEX triplet: BC, BC and 4A. RGB value is (188,188,74). Sum of RGB (Red+Green+Blue) = 188+188+74=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC4A is #4343B5. Grayscale: #AFAFAF. Windows color (decimal): -4408246 or 4897980. OLE color: 4897980.

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

Color convert

RGB 188 188 74 -
CMYK 0 0 0.61 0.26
HSL 60º 0.46% 0.51% -
HSV(B) 60º 0.61% 0.74% -
XYZ 39.96 47.15 13.47 -
YUV 175 71 137.27 -
System Red Green Blue C M Y K H S L
Decimal 188 188 74 0 0 0.61 0.26 60 0.46 0.51
Hex BC BC 4A 0 0 3D 1A 3C 2E 33
Octal 274 274 112 0 0 75 32 74 56 63
Binary 10111100 10111100 1001010 0 0 111101 11010 111100 101110 110011

Color Harmonies of #BCBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC4A

Black with #BCBC4A

Text Example


Text Example

White with #BCBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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