Html Css Color HEX #BCBA3D Celery

📋 copy color: '#BCBA3D'

red 188 ◦ green 186 ◦ blue 61

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

Shades of Celery #BCBA3D

Tints of Celery #BCBA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.02%

R = 43.22%
G = 42.76%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCBA3D (or 0xBCBA3D) is known color: Celery. HEX triplet: BC, BA and 3D. RGB value is (188,186,61). Sum of RGB (Red+Green+Blue) = 188+186+61=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA3D is #4345C2. Grayscale: #ACACAC. Windows color (decimal): -4408771 or 4045500. OLE color: 4045500.

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

Color convert

RGB 188 186 61 -
CMYK 0 0.01 0.68 0.26
HSL 59.06º 0.51% 0.49% -
HSV(B) 59.06º 0.68% 0.74% -
XYZ 39.14 46.15 11.26 -
YUV 172.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 188 186 61 0 0.01 0.68 0.26 59.06 0.51 0.49
Hex BC BA 3D 0 1 44 1A 3B 33 31
Octal 274 272 75 0 1 104 32 73 63 61
Binary 10111100 10111010 111101 0 1 1000100 11010 111011 110011 110001

Color Harmonies of #BCBA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA3D

Black with #BCBA3D

Text Example


Text Example

White with #BCBA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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