#BDBC3A

Color #BDBC3A Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #BDBC3A

Tints of Celery #BDBC3A

Color information

#BDBC3A (or 0xBDBC3A) is unknown color: approx Celery. HEX triplet: BD, BC and 3A. RGB value is (189,188,58). Sum of RGB (Red+Green+Blue) = 189+188+58=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC3A is #4243C5. Grayscale: #ADADAD. Windows color (decimal): -4342726 or 3849405. OLE color: 3849405.

HSL color Cylindrical-coordinate representation of color #BDBC3A: hue angle of 59.54º degrees, saturation: 0.53, 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 #BDBC3A is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18918858-
CMYK00.010.690.26
HSL59.54º53.04%48.43%-
HSV(B)59.54º69.31%74.12%-
XYZ39.7347.0911-
YUV173.4862.83139.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 188 (73.83% from 255) = 43.22%
BLUE value IS 58 (23.05% from 255) = 13.33%
R=43.45%
G=43.22%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891885800.010.690.2659.5453.0448.43
HexBDBC3A01451A3c3530
Octal275274720110532746560
Binary101111011011110011101001100010111010111100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBC3A; }

 p { color: rgb(189,188,58); }

 H1.HeaderClassName
 {
   color: #BDBC3A;
 }
 .AnyTagClassName
 {
   color: #BDBC3A;
 }
</style>
background-color css

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

 a { background-color: rgb(189,188,58); }

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

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

 span { border-color: rgb(189,188,58); }

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