Html Css Color HEX #BFB94C Celery

📋 copy color: '#BFB94C'

red 191 ◦ green 185 ◦ blue 76

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

Shades of Celery #BFB94C

Tints of Celery #BFB94C

RGB

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

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

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

R = 42.26%
G = 40.93%
B = 16.81%

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

#BFB94C (or 0xBFB94C) is known color: Celery. HEX triplet: BF, B9 and 4C. RGB value is (191,185,76). Sum of RGB (Red+Green+Blue) = 191+185+76=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB94C is #4046B3. Grayscale: #AEAEAE. Windows color (decimal): -4212404 or 5028287. OLE color: 5028287.

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

Color convert

RGB 191 185 76 -
CMYK 0 0.03 0.60 0.25
HSL 56.87º 0.47% 0.52% -
HSV(B) 56.87º 0.6% 0.75% -
XYZ 40.14 46.3 13.66 -
YUV 174.37 72.49 139.86 -
System Red Green Blue C M Y K H S L
Decimal 191 185 76 0 0.03 0.60 0.25 56.87 0.47 0.52
Hex BF B9 4C 0 3 3C 19 39 2F 34
Octal 277 271 114 0 3 74 31 71 57 64
Binary 10111111 10111001 1001100 0 11 111100 11001 111001 101111 110100

Color Harmonies of #BFB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB94C

Black with #BFB94C

Text Example


Text Example

White with #BFB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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