Html Css Color HEX #BFD513 Rio Grande

📋 copy color: '#BFD513'

red 191 ◦ green 213 ◦ blue 19

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

Shades of Rio Grande #BFD513

Tints of Rio Grande #BFD513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.49%

R = 45.15%
G = 50.35%
B = 4.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#BFD513 (or 0xBFD513) is known color: Rio Grande. HEX triplet: BF, D5 and 13. RGB value is (191,213,19). Sum of RGB (Red+Green+Blue) = 191+213+19=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD513 is #402AEC. Grayscale: #B9B9B9. Windows color (decimal): -4205293 or 1299903. OLE color: 1299903.

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

Color convert

RGB 191 213 19 -
CMYK 0.10 0 0.91 0.16
HSL 66.8º 0.84% 0.45% -
HSV(B) 66.8º 0.91% 0.84% -
XYZ 45.4 58.71 9.56 -
YUV 184.31 34.71 132.77 -
System Red Green Blue C M Y K H S L
Decimal 191 213 19 0.10 0 0.91 0.16 66.8 0.84 0.45
Hex BF D5 13 A 0 5B 10 43 54 2D
Octal 277 325 23 12 0 133 20 103 124 55
Binary 10111111 11010101 10011 1010 0 1011011 10000 1000011 1010100 101101

Color Harmonies of #BFD513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD513

Black with #BFD513

Text Example


Text Example

White with #BFD513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD513; }

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

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

background-color css

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

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

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

border-color css

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

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

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