Html Css Color HEX #BFC619 Rio Grande

📋 copy color: '#BFC619'

red 191 ◦ green 198 ◦ blue 25

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

Shades of Rio Grande #BFC619

Tints of Rio Grande #BFC619

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.83%

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

R = 46.14%
G = 47.83%
B = 6.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#BFC619 (or 0xBFC619) is known color: Rio Grande. HEX triplet: BF, C6 and 19. RGB value is (191,198,25). Sum of RGB (Red+Green+Blue) = 191+198+25=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC619 is #4039E6. Grayscale: #B0B0B0. Windows color (decimal): -4209127 or 1689279. OLE color: 1689279.

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

Color convert

RGB 191 198 25 -
CMYK 0.04 0 0.87 0.22
HSL 62.43º 0.78% 0.44% -
HSV(B) 62.43º 0.87% 0.78% -
XYZ 41.86 51.53 8.66 -
YUV 176.19 42.68 138.57 -
System Red Green Blue C M Y K H S L
Decimal 191 198 25 0.04 0 0.87 0.22 62.43 0.78 0.44
Hex BF C6 19 4 0 57 16 3E 4E 2C
Octal 277 306 31 4 0 127 26 76 116 54
Binary 10111111 11000110 11001 100 0 1010111 10110 111110 1001110 101100

Color Harmonies of #BFC619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC619

Black with #BFC619

Text Example


Text Example

White with #BFC619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC619; }

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

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

background-color css

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

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

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

border-color css

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

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

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