Html Css Color HEX #BCBD46 Celery

📋 copy color: '#BCBD46'

red 188 ◦ green 189 ◦ blue 70

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

Shades of Celery #BCBD46

Tints of Celery #BCBD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.66%

R = 42.06%
G = 42.28%
B = 15.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCBD46 (or 0xBCBD46) is known color: Celery. HEX triplet: BC, BD and 46. RGB value is (188,189,70). Sum of RGB (Red+Green+Blue) = 188+189+70=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD46 is #4342B9. Grayscale: #AFAFAF. Windows color (decimal): -4407994 or 4636092. OLE color: 4636092.

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

Color convert

RGB 188 189 70 -
CMYK 0.01 0 0.63 0.26
HSL 60.5º 0.47% 0.51% -
HSV(B) 60.5º 0.63% 0.74% -
XYZ 40.04 47.53 12.86 -
YUV 175.14 68.67 137.18 -
System Red Green Blue C M Y K H S L
Decimal 188 189 70 0.01 0 0.63 0.26 60.5 0.47 0.51
Hex BC BD 46 1 0 3F 1A 3D 2F 33
Octal 274 275 106 1 0 77 32 75 57 63
Binary 10111100 10111101 1000110 1 0 111111 11010 111101 101111 110011

Color Harmonies of #BCBD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD46

Black with #BCBD46

Text Example


Text Example

White with #BCBD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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