Html Css Color HEX #BCBA41 Celery

📋 copy color: '#BCBA41'

red 188 ◦ green 186 ◦ blue 65

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

Shades of Celery #BCBA41

Tints of Celery #BCBA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.81%

R = 42.82%
G = 42.37%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCBA41 (or 0xBCBA41) is known color: Celery. HEX triplet: BC, BA and 41. RGB value is (188,186,65). Sum of RGB (Red+Green+Blue) = 188+186+65=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA41 is #4345BE. Grayscale: #ADADAD. Windows color (decimal): -4408767 or 4307644. OLE color: 4307644.

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

Color convert

RGB 188 186 65 -
CMYK 0 0.01 0.65 0.26
HSL 59.02º 0.49% 0.5% -
HSV(B) 59.02º 0.65% 0.74% -
XYZ 39.25 46.19 11.85 -
YUV 172.8 67.16 138.84 -
System Red Green Blue C M Y K H S L
Decimal 188 186 65 0 0.01 0.65 0.26 59.02 0.49 0.5
Hex BC BA 41 0 1 41 1A 3B 31 32
Octal 274 272 101 0 1 101 32 73 61 62
Binary 10111100 10111010 1000001 0 1 1000001 11010 111011 110001 110010

Color Harmonies of #BCBA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA41

Black with #BCBA41

Text Example


Text Example

White with #BCBA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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