Html Css Color HEX #BFBA4A Celery

📋 copy color: '#BFBA4A'

red 191 ◦ green 186 ◦ blue 74

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

Shades of Celery #BFBA4A

Tints of Celery #BFBA4A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.24%

 BLUE value IS 74 (29.3% from 255) = 16.41%

R = 42.35%
G = 41.24%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BFBA4A (or 0xBFBA4A) is known color: Celery. HEX triplet: BF, BA and 4A. RGB value is (191,186,74). Sum of RGB (Red+Green+Blue) = 191+186+74=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA4A is #4045B5. Grayscale: #AFAFAF. Windows color (decimal): -4212150 or 4897471. OLE color: 4897471.

HSL color Cylindrical-coordinate representation of color #BFBA4A: hue angle of 57.44º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFBA4A is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 74 -
CMYK 0 0.03 0.61 0.25
HSL 57.44º 0.48% 0.52% -
HSV(B) 57.44º 0.61% 0.75% -
XYZ 40.28 46.69 13.37 -
YUV 174.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 191 186 74 0 0.03 0.61 0.25 57.44 0.48 0.52
Hex BF BA 4A 0 3 3D 19 39 30 34
Octal 277 272 112 0 3 75 31 71 60 64
Binary 10111111 10111010 1001010 0 11 111101 11001 111001 110000 110100

Color Harmonies of #BFBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA4A

Black with #BFBA4A

Text Example


Text Example

White with #BFBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA4A; }

 p { color: rgb(191,186,74); }

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

background-color css

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

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

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

border-color css

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

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

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