Html Css Color HEX #BFC61F Rio Grande

📋 copy color: '#BFC61F'

red 191 ◦ green 198 ◦ blue 31

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

Shades of Rio Grande #BFC61F

Tints of Rio Grande #BFC61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.38%

R = 45.48%
G = 47.14%
B = 7.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#BFC61F (or 0xBFC61F) is known color: Rio Grande. HEX triplet: BF, C6 and 1F. RGB value is (191,198,31). Sum of RGB (Red+Green+Blue) = 191+198+31=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC61F is #4039E0. Grayscale: #B1B1B1. Windows color (decimal): -4209121 or 2082495. OLE color: 2082495.

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

Color convert

RGB 191 198 31 -
CMYK 0.04 0 0.84 0.22
HSL 62.51º 0.73% 0.45% -
HSV(B) 62.51º 0.84% 0.78% -
XYZ 41.93 51.56 9.04 -
YUV 176.87 45.68 138.08 -
System Red Green Blue C M Y K H S L
Decimal 191 198 31 0.04 0 0.84 0.22 62.51 0.73 0.45
Hex BF C6 1F 4 0 54 16 3F 49 2D
Octal 277 306 37 4 0 124 26 77 111 55
Binary 10111111 11000110 11111 100 0 1010100 10110 111111 1001001 101101

Color Harmonies of #BFC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC61F

Black with #BFC61F

Text Example


Text Example

White with #BFC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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