Html Css Color HEX #BFBF46 Celery

📋 copy color: '#BFBF46'

red 191 ◦ green 191 ◦ blue 70

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

Shades of Celery #BFBF46

Tints of Celery #BFBF46

RGB

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

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

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

R = 42.26%
G = 42.26%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BFBF46 (or 0xBFBF46) is known color: Celery. HEX triplet: BF, BF and 46. RGB value is (191,191,70). Sum of RGB (Red+Green+Blue) = 191+191+70=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF46 is #4040B9. Grayscale: #B1B1B1. Windows color (decimal): -4210874 or 4636607. OLE color: 4636607.

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

Color convert

RGB 191 191 70 -
CMYK 0 0 0.63 0.25
HSL 60º 0.49% 0.51% -
HSV(B) 60º 0.63% 0.75% -
XYZ 41.22 48.78 13.04 -
YUV 177.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 191 191 70 0 0 0.63 0.25 60 0.49 0.51
Hex BF BF 46 0 0 3F 19 3C 31 33
Octal 277 277 106 0 0 77 31 74 61 63
Binary 10111111 10111111 1000110 0 0 111111 11001 111100 110001 110011

Color Harmonies of #BFBF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBF46

Black with #BFBF46

Text Example


Text Example

White with #BFBF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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