Html Css Color HEX #BDB840 Celery

📋 copy color: '#BDB840'

red 189 ◦ green 184 ◦ blue 64

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

Shades of Celery #BDB840

Tints of Celery #BDB840

RGB

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

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

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

R = 43.25%
G = 42.11%
B = 14.65%

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

#BDB840 (or 0xBDB840) is known color: Celery. HEX triplet: BD, B8 and 40. RGB value is (189,184,64). Sum of RGB (Red+Green+Blue) = 189+184+64=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB840 is #4247BF. Grayscale: #ACACAC. Windows color (decimal): -4343744 or 4241597. OLE color: 4241597.

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

Color convert

RGB 189 184 64 -
CMYK 0 0.03 0.66 0.26
HSL 57.6º 0.49% 0.5% -
HSV(B) 57.6º 0.66% 0.74% -
XYZ 39.05 45.47 11.57 -
YUV 171.82 67.16 140.26 -
System Red Green Blue C M Y K H S L
Decimal 189 184 64 0 0.03 0.66 0.26 57.6 0.49 0.5
Hex BD B8 40 0 3 42 1A 3A 31 32
Octal 275 270 100 0 3 102 32 72 61 62
Binary 10111101 10111000 1000000 0 11 1000010 11010 111010 110001 110010

Color Harmonies of #BDB840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB840

Black with #BDB840

Text Example


Text Example

White with #BDB840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB840; }

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

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

background-color css

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

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

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

border-color css

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

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

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