Html Css Color HEX #BFBF41 Celery

📋 copy color: '#BFBF41'

red 191 ◦ green 191 ◦ blue 65

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

Shades of Celery #BFBF41

Tints of Celery #BFBF41

RGB

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

 GREEN value IS 191 (75% from 255) = 42.73%

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

R = 42.73%
G = 42.73%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFBF41 (or 0xBFBF41) is known color: Celery. HEX triplet: BF, BF and 41. RGB value is (191,191,65). Sum of RGB (Red+Green+Blue) = 191+191+65=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF41 is #4040BE. Grayscale: #B1B1B1. Windows color (decimal): -4210879 or 4308927. OLE color: 4308927.

HSL color Cylindrical-coordinate representation of color #BFBF41: hue angle of 60º 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 #BFBF41 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 191 65 -
CMYK 0 0 0.66 0.25
HSL 60º 0.5% 0.5% -
HSV(B) 60º 0.66% 0.75% -
XYZ 41.07 48.72 12.24 -
YUV 176.64 65 138.25 -
System Red Green Blue C M Y K H S L
Decimal 191 191 65 0 0 0.66 0.25 60 0.5 0.5
Hex BF BF 41 0 0 42 19 3C 32 32
Octal 277 277 101 0 0 102 31 74 62 62
Binary 10111111 10111111 1000001 0 0 1000010 11001 111100 110010 110010

Color Harmonies of #BFBF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBF41

Black with #BFBF41

Text Example


Text Example

White with #BFBF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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