Html Css Color HEX #BFC519 Rio Grande

📋 copy color: '#BFC519'

red 191 ◦ green 197 ◦ blue 25

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

Shades of Rio Grande #BFC519

Tints of Rio Grande #BFC519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.7%

 BLUE value IS 25 (10.16% from 255) = 6.05%

R = 46.25%
G = 47.7%
B = 6.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#BFC519 (or 0xBFC519) is known color: Rio Grande. HEX triplet: BF, C5 and 19. RGB value is (191,197,25). Sum of RGB (Red+Green+Blue) = 191+197+25=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC519 is #403AE6. Grayscale: #B0B0B0. Windows color (decimal): -4209383 or 1689023. OLE color: 1689023.

HSL color Cylindrical-coordinate representation of color #BFC519: hue angle of 62.09º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFC519 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 197 25 -
CMYK 0.03 0 0.87 0.23
HSL 62.09º 0.77% 0.44% -
HSV(B) 62.09º 0.87% 0.77% -
XYZ 41.63 51.08 8.58 -
YUV 175.6 43.01 138.99 -
System Red Green Blue C M Y K H S L
Decimal 191 197 25 0.03 0 0.87 0.23 62.09 0.77 0.44
Hex BF C5 19 3 0 57 17 3E 4D 2C
Octal 277 305 31 3 0 127 27 76 115 54
Binary 10111111 11000101 11001 11 0 1010111 10111 111110 1001101 101100

Color Harmonies of #BFC519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC519

Black with #BFC519

Text Example


Text Example

White with #BFC519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC519; }

 p { color: rgb(191,197,25); }

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

background-color css

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

 a { background-color: rgb(191,197,25); }

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

border-color css

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

 span { border-color: rgb(191,197,25); }

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