Html Css Color HEX #BFBD41 Celery

📋 copy color: '#BFBD41'

red 191 ◦ green 189 ◦ blue 65

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

Shades of Celery #BFBD41

Tints of Celery #BFBD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 42.92%
G = 42.47%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFBD41 (or 0xBFBD41) is known color: Celery. HEX triplet: BF, BD and 41. RGB value is (191,189,65). Sum of RGB (Red+Green+Blue) = 191+189+65=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBD41 is #4042BE. Grayscale: #AFAFAF. Windows color (decimal): -4211391 or 4308415. OLE color: 4308415.

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

Color convert

RGB 191 189 65 -
CMYK 0 0.01 0.66 0.25
HSL 59.05º 0.5% 0.5% -
HSV(B) 59.05º 0.66% 0.75% -
XYZ 40.64 47.85 12.1 -
YUV 175.46 65.66 139.08 -
System Red Green Blue C M Y K H S L
Decimal 191 189 65 0 0.01 0.66 0.25 59.05 0.5 0.5
Hex BF BD 41 0 1 42 19 3B 32 32
Octal 277 275 101 0 1 102 31 73 62 62
Binary 10111111 10111101 1000001 0 1 1000010 11001 111011 110010 110010

Color Harmonies of #BFBD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD41

Black with #BFBD41

Text Example


Text Example

White with #BFBD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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