Html Css Color HEX #BFBC46 Celery

📋 copy color: '#BFBC46'

red 191 ◦ green 188 ◦ blue 70

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

Shades of Celery #BFBC46

Tints of Celery #BFBC46

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.87%

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

R = 42.54%
G = 41.87%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BFBC46 (or 0xBFBC46) is known color: Celery. HEX triplet: BF, BC and 46. RGB value is (191,188,70). Sum of RGB (Red+Green+Blue) = 191+188+70=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBC46 is #4043B9. Grayscale: #AFAFAF. Windows color (decimal): -4211642 or 4635839. OLE color: 4635839.

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

Color convert

RGB 191 188 70 -
CMYK 0 0.02 0.63 0.25
HSL 58.51º 0.49% 0.51% -
HSV(B) 58.51º 0.63% 0.75% -
XYZ 40.57 47.49 12.82 -
YUV 175.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 191 188 70 0 0.02 0.63 0.25 58.51 0.49 0.51
Hex BF BC 46 0 2 3F 19 3B 31 33
Octal 277 274 106 0 2 77 31 73 61 63
Binary 10111111 10111100 1000110 0 10 111111 11001 111011 110001 110011

Color Harmonies of #BFBC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC46

Black with #BFBC46

Text Example


Text Example

White with #BFBC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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