Html Css Color HEX #BCBA3B Celery

📋 copy color: '#BCBA3B'

red 188 ◦ green 186 ◦ blue 59

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

Shades of Celery #BCBA3B

Tints of Celery #BCBA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.63%

R = 43.42%
G = 42.96%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BCBA3B (or 0xBCBA3B) is known color: Celery. HEX triplet: BC, BA and 3B. RGB value is (188,186,59). Sum of RGB (Red+Green+Blue) = 188+186+59=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA3B is #4345C4. Grayscale: #ACACAC. Windows color (decimal): -4408773 or 3914428. OLE color: 3914428.

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

Color convert

RGB 188 186 59 -
CMYK 0 0.01 0.69 0.26
HSL 59.07º 0.52% 0.48% -
HSV(B) 59.07º 0.69% 0.74% -
XYZ 39.09 46.12 10.98 -
YUV 172.12 64.16 139.33 -
System Red Green Blue C M Y K H S L
Decimal 188 186 59 0 0.01 0.69 0.26 59.07 0.52 0.48
Hex BC BA 3B 0 1 45 1A 3B 34 30
Octal 274 272 73 0 1 105 32 73 64 60
Binary 10111100 10111010 111011 0 1 1000101 11010 111011 110100 110000

Color Harmonies of #BCBA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA3B

Black with #BCBA3B

Text Example


Text Example

White with #BCBA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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