Html Css Color HEX #BDB941 Celery

📋 copy color: '#BDB941'

red 189 ◦ green 185 ◦ blue 65

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

Shades of Celery #BDB941

Tints of Celery #BDB941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.81%

R = 43.05%
G = 42.14%
B = 14.81%

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

#BDB941 (or 0xBDB941) is known color: Celery. HEX triplet: BD, B9 and 41. RGB value is (189,185,65). Sum of RGB (Red+Green+Blue) = 189+185+65=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB941 is #4246BE. Grayscale: #ADADAD. Windows color (decimal): -4343487 or 4307389. OLE color: 4307389.

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

Color convert

RGB 189 185 65 -
CMYK 0 0.02 0.66 0.26
HSL 58.06º 0.49% 0.5% -
HSV(B) 58.06º 0.66% 0.74% -
XYZ 39.29 45.9 11.79 -
YUV 172.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 189 185 65 0 0.02 0.66 0.26 58.06 0.49 0.5
Hex BD B9 41 0 2 42 1A 3A 31 32
Octal 275 271 101 0 2 102 32 72 61 62
Binary 10111101 10111001 1000001 0 10 1000010 11010 111010 110001 110010

Color Harmonies of #BDB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB941

Black with #BDB941

Text Example


Text Example

White with #BDB941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB941; }

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

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

background-color css

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

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

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

border-color css

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

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

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