Html Css Color HEX #BFB84C Celery

📋 copy color: '#BFB84C'

red 191 ◦ green 184 ◦ blue 76

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

Shades of Celery #BFB84C

Tints of Celery #BFB84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.85%

R = 42.35%
G = 40.8%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BFB84C (or 0xBFB84C) is known color: Celery. HEX triplet: BF, B8 and 4C. RGB value is (191,184,76). Sum of RGB (Red+Green+Blue) = 191+184+76=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB84C is #4047B3. Grayscale: #AEAEAE. Windows color (decimal): -4212660 or 5028031. OLE color: 5028031.

HSL color Cylindrical-coordinate representation of color #BFB84C: hue angle of 56.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFB84C is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 184 76 -
CMYK 0 0.04 0.60 0.25
HSL 56.35º 0.47% 0.52% -
HSV(B) 56.35º 0.6% 0.75% -
XYZ 39.93 45.88 13.59 -
YUV 173.78 72.82 140.28 -
System Red Green Blue C M Y K H S L
Decimal 191 184 76 0 0.04 0.60 0.25 56.35 0.47 0.52
Hex BF B8 4C 0 4 3C 19 38 2F 34
Octal 277 270 114 0 4 74 31 70 57 64
Binary 10111111 10111000 1001100 0 100 111100 11001 111000 101111 110100

Color Harmonies of #BFB84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB84C

Black with #BFB84C

Text Example


Text Example

White with #BFB84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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