Html Css Color HEX #BFB84A Celery

📋 copy color: '#BFB84A'

red 191 ◦ green 184 ◦ blue 74

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

Shades of Celery #BFB84A

Tints of Celery #BFB84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.98%

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

R = 42.54%
G = 40.98%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BFB84A (or 0xBFB84A) is known color: Celery. HEX triplet: BF, B8 and 4A. RGB value is (191,184,74). Sum of RGB (Red+Green+Blue) = 191+184+74=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB84A is #4047B5. Grayscale: #AEAEAE. Windows color (decimal): -4212662 or 4896959. OLE color: 4896959.

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

Color convert

RGB 191 184 74 -
CMYK 0 0.04 0.61 0.25
HSL 56.41º 0.48% 0.52% -
HSV(B) 56.41º 0.61% 0.75% -
XYZ 39.86 45.85 13.23 -
YUV 173.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 191 184 74 0 0.04 0.61 0.25 56.41 0.48 0.52
Hex BF B8 4A 0 4 3D 19 38 30 34
Octal 277 270 112 0 4 75 31 70 60 64
Binary 10111111 10111000 1001010 0 100 111101 11001 111000 110000 110100

Color Harmonies of #BFB84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB84A

Black with #BFB84A

Text Example


Text Example

White with #BFB84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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