Html Css Color HEX #BFBD50 Celery

📋 copy color: '#BFBD50'

red 191 ◦ green 189 ◦ blue 80

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

Shades of Celery #BFBD50

Tints of Celery #BFBD50

RGB

 RED value IS 191 (75% from 255) = 41.52%

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

 BLUE value IS 80 (31.64% from 255) = 17.39%

R = 41.52%
G = 41.09%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BFBD50 (or 0xBFBD50) is known color: Celery. HEX triplet: BF, BD and 50. RGB value is (191,189,80). Sum of RGB (Red+Green+Blue) = 191+189+80=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD50 is #4042AF. Grayscale: #B1B1B1. Windows color (decimal): -4211376 or 5291455. OLE color: 5291455.

HSL color Cylindrical-coordinate representation of color #BFBD50: hue angle of 58.92º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFBD50 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 189 80 -
CMYK 0 0.01 0.58 0.25
HSL 58.92º 0.46% 0.53% -
HSV(B) 58.92º 0.58% 0.75% -
XYZ 41.13 48.05 14.7 -
YUV 177.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 191 189 80 0 0.01 0.58 0.25 58.92 0.46 0.53
Hex BF BD 50 0 1 3A 19 3B 2E 35
Octal 277 275 120 0 1 72 31 73 56 65
Binary 10111111 10111101 1010000 0 1 111010 11001 111011 101110 110101

Color Harmonies of #BFBD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD50

Black with #BFBD50

Text Example


Text Example

White with #BFBD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD50; }

 p { color: rgb(191,189,80); }

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

background-color css

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

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

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

border-color css

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

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

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