Html Css Color HEX #BDB940 Celery

📋 copy color: '#BDB940'

red 189 ◦ green 185 ◦ blue 64

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

Shades of Celery #BDB940

Tints of Celery #BDB940

RGB

 RED value IS 189 (74.22% from 255) = 43.15%

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

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 43.15%
G = 42.24%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDB940 (or 0xBDB940) is known color: Celery. HEX triplet: BD, B9 and 40. RGB value is (189,185,64). Sum of RGB (Red+Green+Blue) = 189+185+64=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB940 is #4246BF. Grayscale: #ACACAC. Windows color (decimal): -4343488 or 4241853. OLE color: 4241853.

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

Color convert

RGB 189 185 64 -
CMYK 0 0.02 0.66 0.26
HSL 58.08º 0.49% 0.5% -
HSV(B) 58.08º 0.66% 0.74% -
XYZ 39.26 45.89 11.64 -
YUV 172.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 189 185 64 0 0.02 0.66 0.26 58.08 0.49 0.5
Hex BD B9 40 0 2 42 1A 3A 31 32
Octal 275 271 100 0 2 102 32 72 61 62
Binary 10111101 10111001 1000000 0 10 1000010 11010 111010 110001 110010

Color Harmonies of #BDB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB940

Black with #BDB940

Text Example


Text Example

White with #BDB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB940; }

 p { color: rgb(189,185,64); }

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

background-color css

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

 a { background-color: rgb(189,185,64); }

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

border-color css

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

 span { border-color: rgb(189,185,64); }

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