Html Css Color HEX #BFC81F Rio Grande

📋 copy color: '#BFC81F'

red 191 ◦ green 200 ◦ blue 31

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

Shades of Rio Grande #BFC81F

Tints of Rio Grande #BFC81F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.39%

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

R = 45.26%
G = 47.39%
B = 7.35%

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

#BFC81F (or 0xBFC81F) is known color: Rio Grande. HEX triplet: BF, C8 and 1F. RGB value is (191,200,31). Sum of RGB (Red+Green+Blue) = 191+200+31=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC81F is #4037E0. Grayscale: #B2B2B2. Windows color (decimal): -4208609 or 2083007. OLE color: 2083007.

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

Color convert

RGB 191 200 31 -
CMYK 0.04 0 0.84 0.22
HSL 63.2º 0.73% 0.45% -
HSV(B) 63.2º 0.85% 0.78% -
XYZ 42.39 52.48 9.19 -
YUV 178.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 191 200 31 0.04 0 0.84 0.22 63.2 0.73 0.45
Hex BF C8 1F 4 0 54 16 3F 49 2D
Octal 277 310 37 4 0 124 26 77 111 55
Binary 10111111 11001000 11111 100 0 1010100 10110 111111 1001001 101101

Color Harmonies of #BFC81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC81F

Black with #BFC81F

Text Example


Text Example

White with #BFC81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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