Html Css Color HEX #BFD10F Rio Grande

📋 copy color: '#BFD10F'

red 191 ◦ green 209 ◦ blue 15

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

Shades of Rio Grande #BFD10F

Tints of Rio Grande #BFD10F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.36%

 BLUE value IS 15 (6.25% from 255) = 3.61%

R = 46.02%
G = 50.36%
B = 3.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#BFD10F (or 0xBFD10F) is known color: Rio Grande. HEX triplet: BF, D1 and 0F. RGB value is (191,209,15). Sum of RGB (Red+Green+Blue) = 191+209+15=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 209 (82.03% from 255 or 50.36% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD10F is #402EF0. Grayscale: #B6B6B6. Windows color (decimal): -4206321 or 1036735. OLE color: 1036735.

HSL color Cylindrical-coordinate representation of color #BFD10F: hue angle of 65.57º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFD10F is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 209 15 -
CMYK 0.09 0 0.93 0.18
HSL 65.57º 0.87% 0.44% -
HSV(B) 65.57º 0.93% 0.82% -
XYZ 44.37 56.71 9.06 -
YUV 181.5 34.04 134.77 -
System Red Green Blue C M Y K H S L
Decimal 191 209 15 0.09 0 0.93 0.18 65.57 0.87 0.44
Hex BF D1 F 9 0 5D 12 42 57 2C
Octal 277 321 17 11 0 135 22 102 127 54
Binary 10111111 11010001 1111 1001 0 1011101 10010 1000010 1010111 101100

Color Harmonies of #BFD10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD10F

Black with #BFD10F

Text Example


Text Example

White with #BFD10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD10F; }

 p { color: rgb(191,209,15); }

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

background-color css

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

 a { background-color: rgb(191,209,15); }

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

border-color css

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

 span { border-color: rgb(191,209,15); }

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