Html Css Color HEX #BDB841 Celery

📋 copy color: '#BDB841'

red 189 ◦ green 184 ◦ blue 65

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

Shades of Celery #BDB841

Tints of Celery #BDB841

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

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

R = 43.15%
G = 42.01%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDB841 (or 0xBDB841) is known color: Celery. HEX triplet: BD, B8 and 41. RGB value is (189,184,65). Sum of RGB (Red+Green+Blue) = 189+184+65=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB841 is #4247BE. Grayscale: #ACACAC. Windows color (decimal): -4343743 or 4307133. OLE color: 4307133.

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

Color convert

RGB 189 184 65 -
CMYK 0 0.03 0.66 0.26
HSL 57.58º 0.49% 0.5% -
HSV(B) 57.58º 0.66% 0.74% -
XYZ 39.08 45.48 11.72 -
YUV 171.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 189 184 65 0 0.03 0.66 0.26 57.58 0.49 0.5
Hex BD B8 41 0 3 42 1A 3A 31 32
Octal 275 270 101 0 3 102 32 72 61 62
Binary 10111101 10111000 1000001 0 11 1000010 11010 111010 110001 110010

Color Harmonies of #BDB841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB841

Black with #BDB841

Text Example


Text Example

White with #BDB841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB841; }

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

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

background-color css

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

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

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

border-color css

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

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

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