Html Css Color HEX #BFD50F Rio Grande

📋 copy color: '#BFD50F'

red 191 ◦ green 213 ◦ blue 15

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

Shades of Rio Grande #BFD50F

Tints of Rio Grande #BFD50F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.84%

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

R = 45.58%
G = 50.84%
B = 3.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#BFD50F (or 0xBFD50F) is known color: Rio Grande. HEX triplet: BF, D5 and 0F. RGB value is (191,213,15). Sum of RGB (Red+Green+Blue) = 191+213+15=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD50F is #402AF0. Grayscale: #B8B8B8. Windows color (decimal): -4205297 or 1037759. OLE color: 1037759.

HSL color Cylindrical-coordinate representation of color #BFD50F: hue angle of 66.67º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFD50F is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 15 -
CMYK 0.10 0 0.93 0.16
HSL 66.67º 0.87% 0.45% -
HSV(B) 66.67º 0.93% 0.84% -
XYZ 45.37 58.7 9.39 -
YUV 183.85 32.71 133.1 -
System Red Green Blue C M Y K H S L
Decimal 191 213 15 0.10 0 0.93 0.16 66.67 0.87 0.45
Hex BF D5 F A 0 5D 10 43 57 2D
Octal 277 325 17 12 0 135 20 103 127 55
Binary 10111111 11010101 1111 1010 0 1011101 10000 1000011 1010111 101101

Color Harmonies of #BFD50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD50F

Black with #BFD50F

Text Example


Text Example

White with #BFD50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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