Html Css Color HEX #BCB93D Celery

📋 copy color: '#BCB93D'

red 188 ◦ green 185 ◦ blue 61

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

Shades of Celery #BCB93D

Tints of Celery #BCB93D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.63%

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

R = 43.32%
G = 42.63%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCB93D (or 0xBCB93D) is known color: Celery. HEX triplet: BC, B9 and 3D. RGB value is (188,185,61). Sum of RGB (Red+Green+Blue) = 188+185+61=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB93D is #4346C2. Grayscale: #ACACAC. Windows color (decimal): -4409027 or 4045244. OLE color: 4045244.

HSL color Cylindrical-coordinate representation of color #BCB93D: hue angle of 58.58º 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 #BCB93D is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 61 -
CMYK 0 0.02 0.68 0.26
HSL 58.58º 0.51% 0.49% -
HSV(B) 58.58º 0.68% 0.74% -
XYZ 38.93 45.73 11.19 -
YUV 171.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 188 185 61 0 0.02 0.68 0.26 58.58 0.51 0.49
Hex BC B9 3D 0 2 44 1A 3B 33 31
Octal 274 271 75 0 2 104 32 73 63 61
Binary 10111100 10111001 111101 0 10 1000100 11010 111011 110011 110001

Color Harmonies of #BCB93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB93D

Black with #BCB93D

Text Example


Text Example

White with #BCB93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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