Html Css Color HEX #BFC036 Old Gold

📋 copy color: '#BFC036'

red 191 ◦ green 192 ◦ blue 54

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

Shades of Old Gold #BFC036

Tints of Old Gold #BFC036

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.94%

 BLUE value IS 54 (21.48% from 255) = 12.36%

R = 43.71%
G = 43.94%
B = 12.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BFC036 (or 0xBFC036) is known color: Old Gold. HEX triplet: BF, C0 and 36. RGB value is (191,192,54). Sum of RGB (Red+Green+Blue) = 191+192+54=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC036 is #403FC9. Grayscale: #B0B0B0. Windows color (decimal): -4210634 or 3588287. OLE color: 3588287.

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

Color convert

RGB 191 192 54 -
CMYK 0.01 0 0.72 0.25
HSL 60.43º 0.56% 0.48% -
HSV(B) 60.43º 0.72% 0.75% -
XYZ 41 49.04 10.8 -
YUV 175.97 59.17 138.72 -
System Red Green Blue C M Y K H S L
Decimal 191 192 54 0.01 0 0.72 0.25 60.43 0.56 0.48
Hex BF C0 36 1 0 48 19 3C 38 30
Octal 277 300 66 1 0 110 31 74 70 60
Binary 10111111 11000000 110110 1 0 1001000 11001 111100 111000 110000

Color Harmonies of #BFC036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC036

Black with #BFC036

Text Example


Text Example

White with #BFC036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC036; }

 p { color: rgb(191,192,54); }

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

background-color css

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

 a { background-color: rgb(191,192,54); }

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

border-color css

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

 span { border-color: rgb(191,192,54); }

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