Html Css Color HEX #BDBD4F Celery

📋 copy color: '#BDBD4F'

red 189 ◦ green 189 ◦ blue 79

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

Shades of Celery #BDBD4F

Tints of Celery #BDBD4F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.36%

 BLUE value IS 79 (31.25% from 255) = 17.29%

R = 41.36%
G = 41.36%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BDBD4F (or 0xBDBD4F) is known color: Celery. HEX triplet: BD, BD and 4F. RGB value is (189,189,79). Sum of RGB (Red+Green+Blue) = 189+189+79=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD4F is #4242B0. Grayscale: #B0B0B0. Windows color (decimal): -4342449 or 5225917. OLE color: 5225917.

HSL color Cylindrical-coordinate representation of color #BDBD4F: hue angle of 60º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDBD4F is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 189 79 -
CMYK 0 0 0.58 0.26
HSL 60º 0.45% 0.53% -
HSV(B) 60º 0.58% 0.74% -
XYZ 40.6 47.78 14.48 -
YUV 176.46 73 136.94 -
System Red Green Blue C M Y K H S L
Decimal 189 189 79 0 0 0.58 0.26 60 0.45 0.53
Hex BD BD 4F 0 0 3A 1A 3C 2D 35
Octal 275 275 117 0 0 72 32 74 55 65
Binary 10111101 10111101 1001111 0 0 111010 11010 111100 101101 110101

Color Harmonies of #BDBD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD4F

Black with #BDBD4F

Text Example


Text Example

White with #BDBD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD4F; }

 p { color: rgb(189,189,79); }

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

background-color css

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

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

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

border-color css

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

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

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