Html Css Color HEX #BCBA45 Celery

📋 copy color: '#BCBA45'

red 188 ◦ green 186 ◦ blue 69

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

Shades of Celery #BCBA45

Tints of Celery #BCBA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.99%

 BLUE value IS 69 (27.34% from 255) = 15.58%

R = 42.44%
G = 41.99%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BCBA45 (or 0xBCBA45) is known color: Celery. HEX triplet: BC, BA and 45. RGB value is (188,186,69). Sum of RGB (Red+Green+Blue) = 188+186+69=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA45 is #4345BA. Grayscale: #ADADAD. Windows color (decimal): -4408763 or 4569788. OLE color: 4569788.

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

Color convert

RGB 188 186 69 -
CMYK 0 0.01 0.63 0.26
HSL 58.99º 0.47% 0.5% -
HSV(B) 58.99º 0.63% 0.74% -
XYZ 39.37 46.24 12.48 -
YUV 173.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 188 186 69 0 0.01 0.63 0.26 58.99 0.47 0.5
Hex BC BA 45 0 1 3F 1A 3B 2F 32
Octal 274 272 105 0 1 77 32 73 57 62
Binary 10111100 10111010 1000101 0 1 111111 11010 111011 101111 110010

Color Harmonies of #BCBA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA45

Black with #BCBA45

Text Example


Text Example

White with #BCBA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA45; }

 p { color: rgb(188,186,69); }

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

background-color css

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

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

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

border-color css

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

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

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