Html Css Color HEX #BFB94D Celery

📋 copy color: '#BFB94D'

red 191 ◦ green 185 ◦ blue 77

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

Shades of Celery #BFB94D

Tints of Celery #BFB94D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.84%

 BLUE value IS 77 (30.47% from 255) = 17%

R = 42.16%
G = 40.84%
B = 17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BFB94D (or 0xBFB94D) is known color: Celery. HEX triplet: BF, B9 and 4D. RGB value is (191,185,77). Sum of RGB (Red+Green+Blue) = 191+185+77=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB94D is #4046B2. Grayscale: #AEAEAE. Windows color (decimal): -4212403 or 5093823. OLE color: 5093823.

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

Color convert

RGB 191 185 77 -
CMYK 0 0.03 0.60 0.25
HSL 56.84º 0.47% 0.53% -
HSV(B) 56.84º 0.6% 0.75% -
XYZ 40.17 46.31 13.84 -
YUV 174.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 191 185 77 0 0.03 0.60 0.25 56.84 0.47 0.53
Hex BF B9 4D 0 3 3C 19 39 2F 35
Octal 277 271 115 0 3 74 31 71 57 65
Binary 10111111 10111001 1001101 0 11 111100 11001 111001 101111 110101

Color Harmonies of #BFB94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB94D

Black with #BFB94D

Text Example


Text Example

White with #BFB94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB94D; }

 p { color: rgb(191,185,77); }

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

background-color css

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

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

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

border-color css

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

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

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