Html Css Color HEX #BFC31F Rio Grande

📋 copy color: '#BFC31F'

red 191 ◦ green 195 ◦ blue 31

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

Shades of Rio Grande #BFC31F

Tints of Rio Grande #BFC31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.76%

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

R = 45.8%
G = 46.76%
B = 7.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#BFC31F (or 0xBFC31F) is known color: Rio Grande. HEX triplet: BF, C3 and 1F. RGB value is (191,195,31). Sum of RGB (Red+Green+Blue) = 191+195+31=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC31F is #403CE0. Grayscale: #AFAFAF. Windows color (decimal): -4209889 or 2081727. OLE color: 2081727.

HSL color Cylindrical-coordinate representation of color #BFC31F: hue angle of 61.46º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BFC31F is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 195 31 -
CMYK 0.02 0 0.84 0.24
HSL 61.46º 0.73% 0.44% -
HSV(B) 61.46º 0.84% 0.76% -
XYZ 41.25 50.21 8.81 -
YUV 175.11 46.67 139.34 -
System Red Green Blue C M Y K H S L
Decimal 191 195 31 0.02 0 0.84 0.24 61.46 0.73 0.44
Hex BF C3 1F 2 0 54 18 3D 49 2C
Octal 277 303 37 2 0 124 30 75 111 54
Binary 10111111 11000011 11111 10 0 1010100 11000 111101 1001001 101100

Color Harmonies of #BFC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC31F

Black with #BFC31F

Text Example


Text Example

White with #BFC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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