Html Css Color HEX #BFBD42 Celery

📋 copy color: '#BFBD42'

red 191 ◦ green 189 ◦ blue 66

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

Shades of Celery #BFBD42

Tints of Celery #BFBD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.8%

R = 42.83%
G = 42.38%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BFBD42 (or 0xBFBD42) is known color: Celery. HEX triplet: BF, BD and 42. RGB value is (191,189,66). Sum of RGB (Red+Green+Blue) = 191+189+66=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD42 is #4042BD. Grayscale: #B0B0B0. Windows color (decimal): -4211390 or 4373951. OLE color: 4373951.

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

Color convert

RGB 191 189 66 -
CMYK 0 0.01 0.65 0.25
HSL 59.04º 0.49% 0.5% -
HSV(B) 59.04º 0.65% 0.75% -
XYZ 40.67 47.86 12.25 -
YUV 175.58 66.16 139 -
System Red Green Blue C M Y K H S L
Decimal 191 189 66 0 0.01 0.65 0.25 59.04 0.49 0.5
Hex BF BD 42 0 1 41 19 3B 31 32
Octal 277 275 102 0 1 101 31 73 61 62
Binary 10111111 10111101 1000010 0 1 1000001 11001 111011 110001 110010

Color Harmonies of #BFBD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD42

Black with #BFBD42

Text Example


Text Example

White with #BFBD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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