Html Css Color HEX #BFBD44 Celery

📋 copy color: '#BFBD44'

red 191 ◦ green 189 ◦ blue 68

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

Shades of Celery #BFBD44

Tints of Celery #BFBD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.18%

R = 42.63%
G = 42.19%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BFBD44 (or 0xBFBD44) is known color: Celery. HEX triplet: BF, BD and 44. RGB value is (191,189,68). Sum of RGB (Red+Green+Blue) = 191+189+68=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD44 is #4042BB. Grayscale: #B0B0B0. Windows color (decimal): -4211388 or 4505023. OLE color: 4505023.

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

Color convert

RGB 191 189 68 -
CMYK 0 0.01 0.64 0.25
HSL 59.02º 0.49% 0.51% -
HSV(B) 59.02º 0.64% 0.75% -
XYZ 40.73 47.89 12.57 -
YUV 175.8 67.16 138.84 -
System Red Green Blue C M Y K H S L
Decimal 191 189 68 0 0.01 0.64 0.25 59.02 0.49 0.51
Hex BF BD 44 0 1 40 19 3B 31 33
Octal 277 275 104 0 1 100 31 73 61 63
Binary 10111111 10111101 1000100 0 1 1000000 11001 111011 110001 110011

Color Harmonies of #BFBD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD44

Black with #BFBD44

Text Example


Text Example

White with #BFBD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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