Html Css Color HEX #BDBA4D Celery

📋 copy color: '#BDBA4D'

red 189 ◦ green 186 ◦ blue 77

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

Shades of Celery #BDBA4D

Tints of Celery #BDBA4D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.15%

 BLUE value IS 77 (30.47% from 255) = 17.04%

R = 41.81%
G = 41.15%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BDBA4D (or 0xBDBA4D) is known color: Celery. HEX triplet: BD, BA and 4D. RGB value is (189,186,77). Sum of RGB (Red+Green+Blue) = 189+186+77=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA4D is #4245B2. Grayscale: #AEAEAE. Windows color (decimal): -4343219 or 5094077. OLE color: 5094077.

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

Color convert

RGB 189 186 77 -
CMYK 0 0.02 0.59 0.26
HSL 58.39º 0.46% 0.52% -
HSV(B) 58.39º 0.59% 0.74% -
XYZ 39.88 46.47 13.89 -
YUV 174.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 189 186 77 0 0.02 0.59 0.26 58.39 0.46 0.52
Hex BD BA 4D 0 2 3B 1A 3A 2E 34
Octal 275 272 115 0 2 73 32 72 56 64
Binary 10111101 10111010 1001101 0 10 111011 11010 111010 101110 110100

Color Harmonies of #BDBA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA4D

Black with #BDBA4D

Text Example


Text Example

White with #BDBA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA4D; }

 p { color: rgb(189,186,77); }

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

background-color css

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

 a { background-color: rgb(189,186,77); }

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

border-color css

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

 span { border-color: rgb(189,186,77); }

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