Html Css Color HEX #BDB94A Celery

📋 copy color: '#BDB94A'

red 189 ◦ green 185 ◦ blue 74

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

Shades of Celery #BDB94A

Tints of Celery #BDB94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.52%

R = 42.19%
G = 41.29%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BDB94A (or 0xBDB94A) is known color: Celery. HEX triplet: BD, B9 and 4A. RGB value is (189,185,74). Sum of RGB (Red+Green+Blue) = 189+185+74=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB94A is #4246B5. Grayscale: #ADADAD. Windows color (decimal): -4343478 or 4897213. OLE color: 4897213.

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

Color convert

RGB 189 185 74 -
CMYK 0 0.02 0.61 0.26
HSL 57.91º 0.47% 0.52% -
HSV(B) 57.91º 0.61% 0.74% -
XYZ 39.57 46.01 13.27 -
YUV 173.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 189 185 74 0 0.02 0.61 0.26 57.91 0.47 0.52
Hex BD B9 4A 0 2 3D 1A 3A 2F 34
Octal 275 271 112 0 2 75 32 72 57 64
Binary 10111101 10111001 1001010 0 10 111101 11010 111010 101111 110100

Color Harmonies of #BDB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB94A

Black with #BDB94A

Text Example


Text Example

White with #BDB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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