Html Css Color HEX #BCBA3E Celery

📋 copy color: '#BCBA3E'

red 188 ◦ green 186 ◦ blue 62

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

Shades of Celery #BCBA3E

Tints of Celery #BCBA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.22%

R = 43.12%
G = 42.66%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BCBA3E (or 0xBCBA3E) is known color: Celery. HEX triplet: BC, BA and 3E. RGB value is (188,186,62). Sum of RGB (Red+Green+Blue) = 188+186+62=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 62 (24.61% from 255 or 14.22% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA3E is #4345C1. Grayscale: #ACACAC. Windows color (decimal): -4408770 or 4111036. OLE color: 4111036.

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

Color convert

RGB 188 186 62 -
CMYK 0 0.01 0.67 0.26
HSL 59.05º 0.5% 0.49% -
HSV(B) 59.05º 0.67% 0.74% -
XYZ 39.17 46.16 11.4 -
YUV 172.46 65.66 139.08 -
System Red Green Blue C M Y K H S L
Decimal 188 186 62 0 0.01 0.67 0.26 59.05 0.5 0.49
Hex BC BA 3E 0 1 43 1A 3B 32 31
Octal 274 272 76 0 1 103 32 73 62 61
Binary 10111100 10111010 111110 0 1 1000011 11010 111011 110010 110001

Color Harmonies of #BCBA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA3E

Black with #BCBA3E

Text Example


Text Example

White with #BCBA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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