Html Css Color HEX #BFBD46 Celery

📋 copy color: '#BFBD46'

red 191 ◦ green 189 ◦ blue 70

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

Shades of Celery #BFBD46

Tints of Celery #BFBD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.56%

R = 42.44%
G = 42%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BFBD46 (or 0xBFBD46) is known color: Celery. HEX triplet: BF, BD and 46. RGB value is (191,189,70). Sum of RGB (Red+Green+Blue) = 191+189+70=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD46 is #4042B9. Grayscale: #B0B0B0. Windows color (decimal): -4211386 or 4636095. OLE color: 4636095.

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

Color convert

RGB 191 189 70 -
CMYK 0 0.01 0.63 0.25
HSL 59.01º 0.49% 0.51% -
HSV(B) 59.01º 0.63% 0.75% -
XYZ 40.79 47.91 12.89 -
YUV 176.03 68.16 138.68 -
System Red Green Blue C M Y K H S L
Decimal 191 189 70 0 0.01 0.63 0.25 59.01 0.49 0.51
Hex BF BD 46 0 1 3F 19 3B 31 33
Octal 277 275 106 0 1 77 31 73 61 63
Binary 10111111 10111101 1000110 0 1 111111 11001 111011 110001 110011

Color Harmonies of #BFBD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD46

Black with #BFBD46

Text Example


Text Example

White with #BFBD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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